:doc:`Chatbot <../../chatbot>` / Client / delete_chime_webhook_configuration

**********************************
delete_chime_webhook_configuration
**********************************



.. py:method:: Chatbot.Client.delete_chime_webhook_configuration(**kwargs)

  

  Deletes a Amazon Chime webhook configuration for AWS Chatbot.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteChimeWebhookConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_chime_webhook_configuration(
        ChatConfigurationArn='string'
    )
    
  :type ChatConfigurationArn: string
  :param ChatConfigurationArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Chatbot.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Chatbot.Client.exceptions.InvalidRequestException`

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

  
  *   :py:class:`Chatbot.Client.exceptions.DeleteChimeWebhookConfigurationException`

  