:doc:`Translate <../../translate>` / Client / untag_resource

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



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

  

  Removes a specific tag associated with an Amazon Translate resource. For more information, see `Tagging your resources <https://docs.aws.amazon.com/translate/latest/dg/tagging.html>`__.

  

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


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the given Amazon Translate resource from which you want to remove the tags.

    

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

    The initial part of a key-value pair that forms a tag being removed from a given resource. Keys must be unique and cannot be duplicated for a particular resource.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Translate.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`Translate.Client.exceptions.ConcurrentModificationException`

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

  
  *   :py:class:`Translate.Client.exceptions.InternalServerException`

  