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.
![]() | Note |
|---|---|
Running |
| Name | Description | Required? |
|---|---|---|
DomainName
|
The name of the domain to delete. Type: String | Yes |
| Error | Description |
|---|---|
MissingParameter
|
The request must contain the parameter DomainName. |
https://sdb.amazonaws.com/ ?Action=DeleteDomain &AWSAccessKeyId=[valid access key id] &DomainName=MyDomain &SignatureVersion=1 &Timestamp=2007-06-25T15%3A02%3A20-07%3A00 &Version=2007-11-07 &Signature=drOwUYD7fWeETE2FmHQUglJR6xo%3D
<DeleteDomainResponse xmlns="http://sdb.amazonaws.com/doc/2007-11-07">
<ResponseMetadata>
<RequestId>c522638b-31a2-4d69-b376-8c5428744704</RequestId>
<BoxUsage>0.0000219907</BoxUsage>
</ResponseMetadata>
</DeleteDomainResponse>