View source: R/resourcegroupstaggingapi_operations.R
resourcegroupstaggingapi_untag_resources | R Documentation |
Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from a resource that were already removed. Note the following:
See https://www.paws-r-sdk.com/docs/resourcegroupstaggingapi_untag_resources/ for full documentation.
resourcegroupstaggingapi_untag_resources(ResourceARNList, TagKeys)
ResourceARNList |
[required] Specifies a list of ARNs of the resources that you want to remove tags from. An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference. |
TagKeys |
[required] Specifies a list of tag keys that you want to remove from the specified resources. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.