MediaPackageVod / Client / untag_resource

untag_resource#

MediaPackageVod.Client.untag_resource(**kwargs)#

Removes tags from the specified resource. You can specify one or more tags to remove.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    ResourceArn='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • ResourceArn (string) – [REQUIRED] The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.

  • TagKeys (list) –

    [REQUIRED] A comma-separated list of the tag keys to remove from the resource.

    • (string) –

Returns:

None