Deletes a domain. Any items (and their attributes) in the domain are deleted, as well. The
            operation might take 10 or more seconds to complete. Running DeleteDomain 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.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteDomainRequest : SDBRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteDomainRequest()()()() | Initializes a new instance of the DeleteDomainRequest class | 
|  | DomainName | 
            Gets and sets the DomainName property.
            The name of the domain to delete.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetDomainName()()()() | 
            Checks if DomainName property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDomainName(String) | Obsolete. 
            Sets the DomainName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | SDBRequest | |
|  | DeleteDomainRequest | |