pinpointemail_untag_resource: Remove one or more tags (keys and values) from a specified...

View source: R/pinpointemail_operations.R

pinpointemail_untag_resourceR Documentation

Remove one or more tags (keys and values) from a specified resource

Description

Remove one or more tags (keys and values) from a specified resource.

See https://www.paws-r-sdk.com/docs/pinpointemail_untag_resource/ for full documentation.

Usage

pinpointemail_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource that you want to remove one or more tags from.

TagKeys

[required] The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

To remove more than one tag from the resource, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand. For example: ⁠/v1/email/tags?ResourceArn=ResourceArn&TagKeys=Key1&TagKeys=Key2⁠


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.