APIGateway / Client / untag_resource

untag_resource#

APIGateway.Client.untag_resource(**kwargs)#

Removes a tag from a given resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ARN of a resource that can be tagged.

  • tagKeys (list) –

    [REQUIRED]

    The Tag keys to delete.

    • (string) –

Returns:

None

Exceptions