Pinpoint / Client / untag_resource

untag_resource#

Pinpoint.Client.untag_resource(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    ResourceArn='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • ResourceArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the resource.

  • TagKeys (list) –

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

    • (string) –

Returns:

None