The delete_domain
operation deletes a
domain. Any items (and their attributes) in the domain are deleted as
well. The delete_domain
operation might take
10 or more seconds to complete.
Running delete_domain
on a domain that does
not exist or running the function multiple times using the same domain
name will not result in an error response.
simpledb_delete_domain(DomainName)
An empty list.
[required] The name of the domain to delete.
svc$delete_domain(
DomainName = "string"
)