:doc:`Chime <../../chime>` / Client / delete_events_configuration

***************************
delete_events_configuration
***************************



.. py:method:: Chime.Client.delete_events_configuration(**kwargs)

  

  Deletes the events configuration that allows a bot to receive outgoing events.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteEventsConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_events_configuration(
        AccountId='string',
        BotId='string'
    )
    
  :type AccountId: string
  :param AccountId: **[REQUIRED]** 

    The Amazon Chime account ID.

    

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

    The bot ID.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Chime.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceFailureException`

  
  *   :py:class:`Chime.Client.exceptions.ForbiddenException`

  
  *   :py:class:`Chime.Client.exceptions.BadRequestException`

  
  *   :py:class:`Chime.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`Chime.Client.exceptions.ResourceLimitExceededException`

  