Skip to content

Untag Resource

pinpoint_untag_resource R Documentation

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

Description

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

Usage

pinpoint_untag_resource(ResourceArn, TagKeys)

Arguments

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 (&).

Value

An empty list.

Request syntax

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