:doc:`AppStream <../../appstream>` / Client / untag_resource

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



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

  

  Disassociates one or more specified tags from the specified WorkSpaces Applications resource.

   

  To list the current tags for your resources, use  ListTagsForResource.

   

  For more information about tags, see `Tagging Your Resources <https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html>`__ in the *Amazon WorkSpaces Applications Administration Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-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 resource.

    

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

    The tag keys for the tags to disassociate.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`AppStream.Client.exceptions.ResourceNotFoundException`

  