:doc:`WellArchitected <../../wellarchitected>` / Client / untag_resource

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



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

  

  Deletes specified tags from a resource.

   

  .. note::

    

    The WorkloadArn parameter can be a workload ARN, a custom lens ARN, a profile ARN, or review template ARN.

    

   

  To specify multiple tags, use separate **tagKeys** parameters, for example:

   

  ``DELETE /tags/WorkloadArn?tagKeys=key1&tagKeys=key2``

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/UntagResource>`_  


  **Request Syntax**
  ::

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

    The ARN for the workload.

    

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

    A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from the resource.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WellArchitected.Client.exceptions.InternalServerException`

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

  