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

  • ApiGatewayV2.Client.exceptions.NotFoundException
  • ApiGatewayV2.Client.exceptions.TooManyRequestsException
  • ApiGatewayV2.Client.exceptions.BadRequestException
  • ApiGatewayV2.Client.exceptions.ConflictException