ApplicationInsights / Client / untag_resource
untag_resource#
- ApplicationInsights.Client.untag_resource(**kwargs)#
Remove one or more tags (keys and values) from a specified application.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceARN='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceARN (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.
TagKeys (list) –
[REQUIRED]
The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.
To remove more than one tag from the application, append the
TagKeys
parameter and argument for each additional tag to remove, separated by an ampersand.(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
ApplicationInsights.Client.exceptions.ResourceNotFoundException
ApplicationInsights.Client.exceptions.ValidationException