:doc:`OpenSearchService <../../opensearch>` / Client / remove_tags

***********
remove_tags
***********



.. py:method:: OpenSearchService.Client.remove_tags(**kwargs)

  

  Removes the specified set of tags from an Amazon OpenSearch Service domain, data source, or application. For more information, see `Tagging Amazon OpenSearch Service resources <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains.html#managedomains-awsresorcetagging>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/RemoveTags>`_  


  **Request Syntax**
  ::

    response = client.remove_tags(
        ARN='string',
        TagKeys=[
            'string',
        ]
    )
    
  :type ARN: string
  :param ARN: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the domain, data source, or application from which you want to delete the specified tags.

    

  
  :type TagKeys: list
  :param TagKeys: **[REQUIRED]** 

    The list of tag keys to remove from the domain, data source, or application.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`OpenSearchService.Client.exceptions.BaseException`

  
  *   :py:class:`OpenSearchService.Client.exceptions.ValidationException`

  
  *   :py:class:`OpenSearchService.Client.exceptions.InternalException`

  