:doc:`SES <../../ses>` / Client / delete_configuration_set_event_destination

******************************************
delete_configuration_set_event_destination
******************************************



.. py:method:: SES.Client.delete_configuration_set_event_destination(**kwargs)

  

  Deletes a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the `Amazon SES Developer Guide <https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html>`__.

   

  You can execute this operation no more than once per second.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteConfigurationSetEventDestination>`_  


  **Request Syntax**
  ::

    response = client.delete_configuration_set_event_destination(
        ConfigurationSetName='string',
        EventDestinationName='string'
    )
    
  :type ConfigurationSetName: string
  :param ConfigurationSetName: **[REQUIRED]** 

    The name of the configuration set from which to delete the event destination.

    

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

    The name of the event destination to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      An empty element returned on a successful request.

      
  
  **Exceptions**
  
  *   :py:class:`SES.Client.exceptions.ConfigurationSetDoesNotExistException`

  
  *   :py:class:`SES.Client.exceptions.EventDestinationDoesNotExistException`

  