ApiGatewayV2 / Client / untag_resource

untag_resource#

ApiGatewayV2.Client.untag_resource(**kwargs)#

Deletes a Tag.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The resource ARN for the tag.

  • TagKeys (list) –

    [REQUIRED]

    The Tag keys to delete

    • (string) –

Returns:

None

Exceptions