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

**********************************
delete_chat_controls_configuration
**********************************



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

  

  Deletes chat controls configured for an existing Amazon Q Business application.

  

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


  **Request Syntax**
  ::

    response = client.delete_chat_controls_configuration(
        applicationId='string'
    )
    
  :type applicationId: string
  :param applicationId: **[REQUIRED]** 

    The identifier of the application the chat controls have been configured for.

    

  
  
  :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`

  