:doc:`IAMRolesAnywhere <../../rolesanywhere>` / Client / untag_resource

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



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

  

  Removes tags from the resource.

   

  **Required permissions:** ``rolesanywhere:UntagResource``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/rolesanywhere-2018-05-10/UntagResource>`_  


  **Request Syntax**
  ::

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

    The ARN of the resource.

    

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

    A list of keys. Tag keys are the unique identifiers of tags.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IAMRolesAnywhere.Client.exceptions.ValidationException`

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

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

  