:doc:`ConnectWisdomService <../../wisdom>` / Client / untag_resource

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



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

  

  Removes the specified tags from the specified resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/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.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

  