untag_resource

DataExchange.Client.untag_resource(**kwargs)

This operation removes one or more tags from a resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

  • TagKeys (list) --

    [REQUIRED]

    The key tags.

    • (string) --
Returns

None