SimpleDB / Client / delete_domain
delete_domain#
- SimpleDB.Client.delete_domain(**kwargs)#
- The - DeleteDomainoperation deletes a domain. Any items (and their attributes) in the domain are deleted as well. The- DeleteDomainoperation might take 10 or more seconds to complete.- See also: AWS API Documentation - Request Syntax- response = client.delete_domain( DomainName='string' ) - Parameters:
- DomainName (string) – [REQUIRED] The name of the domain to delete. 
- Returns:
- None 
 - Exceptions- SimpleDB.Client.exceptions.MissingParameter