Delete Tags For Domain
route53domains_delete_tags_for_domain | R Documentation |
This operation deletes the specified tags for a domain¶
Description¶
This operation deletes the specified tags for a domain.
All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.
Usage¶
route53domains_delete_tags_for_domain(DomainName, TagsToDelete)
Arguments¶
DomainName |
[required] The domain for which you want to delete one or more tags. |
TagsToDelete |
[required] A list of tag keys to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_tags_for_domain(
DomainName = "string",
TagsToDelete = list(
"string"
)
)