:doc:`WorkMail <../../workmail>` / Client / untag_resource

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



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

  

  Untags the specified tags from the specified WorkMail organization resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/UntagResource>`_  


  **Request Syntax**
  ::

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

    The resource ARN.

    

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

    The tag keys.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

  