AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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:

For .NET Core this operation is only available in asynchronous form. Please refer to DeleteDomainAsync.

Namespace: Amazon.SimpleDB
Assembly: AWSSDK.SimpleDB.dll
Version: 3.x.y.z

Syntax

C#
public virtual DeleteDomainResponse DeleteDomain(
         DeleteDomainRequest request
)

Parameters

request
Type: Amazon.SimpleDB.Model.DeleteDomainRequest

Container for the necessary parameters to execute the DeleteDomain service method.

Return Value


The response from the DeleteDomain service method, as returned by SimpleDB.

Exceptions

ExceptionCondition
MissingParameterException The request must contain the specified missing parameter.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also