View source: R/pinpoint_operations.R
pinpoint_untag_resource | R Documentation |
Removes one or more tags (keys and values) from an application, campaign, message template, or segment.
See https://www.paws-r-sdk.com/docs/pinpoint_untag_resource/ for full documentation.
pinpoint_untag_resource(ResourceArn, TagKeys)
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
TagKeys |
[required] The key of the tag to remove from the resource. To remove multiple tags, append the tagKeys parameter and argument for each additional tag to remove, separated by an ampersand (&). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.