:doc:`QBusiness <../../qbusiness>` / Client / untag_resource

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



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

  

  Removes a tag from an Amazon Q Business application or a data source.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/UntagResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the Amazon Q Business application, or data source to remove the tag from.

    

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

    A list of tag keys to remove from the Amazon Q Business application or data source. If a tag key does not exist on the resource, it is ignored.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

  
  *   :py:class:`QBusiness.Client.exceptions.ValidationException`

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

  