:doc:`ElasticsearchService <../../es>` / Client / remove_tags

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



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

  

  Removes the specified set of tags from the specified Elasticsearch domain.

  

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


  **Request Syntax**
  ::

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

    Specifies the ``ARN`` for the Elasticsearch domain from which you want to delete the specified tags.

    

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

    Specifies the ``TagKey`` list which you want to remove from the Elasticsearch domain.

    

  
    - *(string) --* 

    

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

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

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

  