Amazon.Route53Domains.AmazonRoute53DomainsClient.DeleteTagsForDomain C# (CSharp) Method

DeleteTagsForDomain() public method

This operation deletes the specified tags for a domain.

All tag operations are eventually consistent; subsequent operations may not immediately represent all issued operations.

/// The requested item is not acceptable. For example, for an OperationId it may refer /// to the ID of an operation that is already completed. For a domain name, it may not /// be a valid domain name or belong to the requester account. /// /// The number of operations or jobs running exceeded the allowed threshold for the account. /// /// Amazon Route 53 does not support this top-level domain. ///
public DeleteTagsForDomain ( DeleteTagsForDomainRequest request ) : DeleteTagsForDomainResponse
request Amazon.Route53Domains.Model.DeleteTagsForDomainRequest Container for the necessary parameters to execute the DeleteTagsForDomain service method.
return DeleteTagsForDomainResponse
        public DeleteTagsForDomainResponse DeleteTagsForDomain(DeleteTagsForDomainRequest request)
        {
            var marshaller = new DeleteTagsForDomainRequestMarshaller();
            var unmarshaller = DeleteTagsForDomainResponseUnmarshaller.Instance;

            return Invoke<DeleteTagsForDomainRequest,DeleteTagsForDomainResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonRoute53DomainsClient::DeleteTagsForDomain ( string domainName, List tagsToDelete ) : DeleteTagsForDomainResponse
AmazonRoute53DomainsClient