:doc:`WorkspacesInstances <../../workspaces-instances>` / Client / untag_resource

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



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

  

  Removes tags from a WorkSpace Instance.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-instances-2022-07-26/UntagResource>`_  


  **Request Syntax**
  ::

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

    Unique identifier of the WorkSpace Instance to untag.

    

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

    Keys of tags to be removed.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      Confirms successful tag removal.

      
  
  **Exceptions**
  
  *   :py:class:`WorkspacesInstances.Client.exceptions.ValidationException`

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

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

  
  *   :py:class:`WorkspacesInstances.Client.exceptions.ThrottlingException`

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

  