:doc:`OpenSearchIngestion <../../osis>` / Client / untag_resource

**************
untag_resource
**************



.. py:method:: OpenSearchIngestion.Client.untag_resource(**kwargs)

  

  Removes one or more tags from an OpenSearch Ingestion pipeline. For more information, see `Tagging Amazon OpenSearch Ingestion pipelines <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/tag-pipeline.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/UntagResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the pipeline to remove tags from.

    

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

    The tag keys to remove.

    

  
    - *(string) --* 

    

  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`OpenSearchIngestion.Client.exceptions.DisabledOperationException`

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

  
  *   :py:class:`OpenSearchIngestion.Client.exceptions.ResourceNotFoundException`

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

  
  *   :py:class:`OpenSearchIngestion.Client.exceptions.AccessDeniedException`

  