SimpleDB / Client / delete_domain
delete_domain#
- SimpleDB.Client.delete_domain(**kwargs)#
The
DeleteDomain
operation deletes a domain. Any items (and their attributes) in the domain are deleted as well. TheDeleteDomain
operation 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