:doc:`SimpleDB <../../sdb>` / Client / delete_domain

*************
delete_domain
*************



.. py:method:: SimpleDB.Client.delete_domain(**kwargs)

  

  The ``DeleteDomain`` operation deletes a domain. Any items (and their attributes) in the domain are deleted as well. The ``DeleteDomain`` operation might take 10 or more seconds to complete.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sdb-2009-04-15/DeleteDomain>`_  


  **Request Syntax**
  ::

    response = client.delete_domain(
        DomainName='string'
    )
    
  :type DomainName: string
  :param DomainName: **[REQUIRED]** The name of the domain to delete.

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`SimpleDB.Client.exceptions.MissingParameter`

  