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',
]
)
[REQUIRED]
The domain for which you want to delete one or more tags.
[REQUIRED]
A list of tag keys to delete.
dict
Response Syntax
{}
Response Structure
Exceptions
Route53Domains.Client.exceptions.InvalidInput
Route53Domains.Client.exceptions.OperationLimitExceeded
Route53Domains.Client.exceptions.UnsupportedTLD