:doc:`DeviceFarm <../../devicefarm>` / Client / untag_resource

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



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

  

  Deletes the specified tags from a resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UntagResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the resource or resources from which to delete tags. You can associate tags with the following Device Farm resources: ``PROJECT``, ``TESTGRID_PROJECT``, ``RUN``, ``NETWORK_PROFILE``, ``INSTANCE_PROFILE``, ``DEVICE_INSTANCE``, ``SESSION``, ``DEVICE_POOL``, ``DEVICE``, and ``VPCE_CONFIGURATION``.

    

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

    The keys of the tags to be removed.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DeviceFarm.Client.exceptions.ArgumentException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.NotFoundException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.TagOperationException`

  