:doc:`WorkSpaces <../../workspaces>` / Client / delete_tags

***********
delete_tags
***********



.. py:method:: WorkSpaces.Client.delete_tags(**kwargs)

  

  Deletes the specified tags from the specified WorkSpaces resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteTags>`_  


  **Request Syntax**
  ::

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

    The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.

    

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

    The tag keys.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidParameterValuesException`

  