Redshift.Client.
delete_tags
(**kwargs)¶Deletes tags from a resource. You must provide the ARN of the resource from which you want to delete the tag or tags.
See also: AWS API Documentation
Request Syntax
response = client.delete_tags(
ResourceName='string',
TagKeys=[
'string',
]
)
[REQUIRED]
The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-2:123456789:cluster:t1
.
[REQUIRED]
The tag key that you want to delete.
None
Exceptions
Redshift.Client.exceptions.ResourceNotFoundFault
Redshift.Client.exceptions.InvalidTagFault