Chatbot / Client / untag_resource

untag_resource#

Chatbot.Client.untag_resource(**kwargs)#

Removes the supplied tags from a configuration

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    ResourceARN='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • ResourceARN (string) – [REQUIRED] The ARN of the configuration.

  • TagKeys (list) –

    [REQUIRED] A list of tag keys to remove from the configuration.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions