MediaLive / Client / delete_tags

delete_tags#

MediaLive.Client.delete_tags(**kwargs)#

Removes tags for a resource

See also: AWS API Documentation

Request Syntax

response = client.delete_tags(
    ResourceArn='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • ResourceArn (string) – [REQUIRED] Placeholder documentation for __string

  • TagKeys (list) –

    [REQUIRED] An array of tag keys to delete

    • (string) – Placeholder documentation for __string

Returns:

None

Exceptions

  • MediaLive.Client.exceptions.NotFoundException

  • MediaLive.Client.exceptions.BadRequestException

  • MediaLive.Client.exceptions.InternalServerErrorException

  • MediaLive.Client.exceptions.ForbiddenException