SES / Client / delete_configuration_set_event_destination

delete_configuration_set_event_destination#

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.

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

See also: AWS API Documentation

Request Syntax

response = client.delete_configuration_set_event_destination(
    ConfigurationSetName='string',
    EventDestinationName='string'
)
Parameters:
  • ConfigurationSetName (string) –

    [REQUIRED]

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

  • EventDestinationName (string) –

    [REQUIRED]

    The name of the event destination to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    An empty element returned on a successful request.

Exceptions