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

**********************************
delete_chat_response_configuration
**********************************



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

  

  Deletes a specified chat response configuration from an Amazon Q Business application.

  

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


  **Request Syntax**
  ::

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

    The unique identifier of theAmazon Q Business application from which to delete the chat response configuration.

    

  
  :type chatResponseConfigurationId: string
  :param chatResponseConfigurationId: **[REQUIRED]** 

    The unique identifier of the chat response configuration to delete from the specified application.

    

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

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

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

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

  