Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_untag_resource: Removes one or more tags (keys and values) from an application, campaign, or segment

Description

Removes one or more tags (keys and values) from an application, campaign, or segment.

Usage

pinpoint_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the application, campaign, or segment.

TagKeys

[required] The key of the tag to remove from the application, campaign, or segment. To remove multiple tags, append the tagKeys parameter and argument for each additional tag to remove, separated by an ampersand (&).

Request syntax

svc$untag_resource(
  ResourceArn = "string",
  TagKeys = list(
    "string"
  )
)