PcaConnectorAd / Client / untag_resource

untag_resource#

PcaConnectorAd.Client.untag_resource(**kwargs)#

Removes one or more tags from your resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The Amazon Resource Name (ARN) that was returned when you created the resource.

  • TagKeys (list) –

    [REQUIRED]

    Specifies a list of tag keys that you want to remove from the specified resources.

    • (string) –

Returns:

None

Exceptions