paws.networking (version 0.1.6)

route53domains_delete_tags_for_domain: This operation deletes the specified tags for a domain

Description

This operation deletes the specified tags for a domain.

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.

Request syntax

svc$delete_tags_for_domain(
  DomainName = "string",
  TagsToDelete = list(
    "string"
  )
)

Details

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