delete_tags_for_domain

Route53Domains.Client.delete_tags_for_domain(**kwargs)

This operation deletes the specified tags for a domain.

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

See also: AWS API Documentation

Request Syntax

response = client.delete_tags_for_domain(
    DomainName='string',
    TagsToDelete=[
        'string',
    ]
)
Parameters
  • DomainName (string) --

    [REQUIRED]

    The domain for which you want to delete one or more tags.

  • TagsToDelete (list) --

    [REQUIRED]

    A list of tag keys to delete.

    • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • Route53Domains.Client.exceptions.InvalidInput
  • Route53Domains.Client.exceptions.OperationLimitExceeded
  • Route53Domains.Client.exceptions.UnsupportedTLD