remove_tags

OpenSearchService.Client.remove_tags(**kwargs)

Removes the specified set of tags from an Amazon OpenSearch Service domain. For more information, see Tagging Amazon OpenSearch Service domains.

See also: AWS API Documentation

Request Syntax

response = client.remove_tags(
    ARN='string',
    TagKeys=[
        'string',
    ]
)
Parameters
  • ARN (string) --

    [REQUIRED]

    The Amazon Resource Name (ARN) of the domain from which you want to delete the specified tags.

  • TagKeys (list) --

    [REQUIRED]

    The list of tag keys to remove from the domain.

    • (string) --
Returns

None

Exceptions

  • OpenSearchService.Client.exceptions.BaseException
  • OpenSearchService.Client.exceptions.ValidationException
  • OpenSearchService.Client.exceptions.InternalException