SESV2 / Client / delete_configuration_set_event_destination

delete_configuration_set_event_destination#

SESV2.Client.delete_configuration_set_event_destination(**kwargs)#

Delete an event destination.

Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

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 that contains the event destination to delete.

  • EventDestinationName (string) –

    [REQUIRED]

    The name of the event destination to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    An HTTP 200 response if the request succeeds, or an error message if the request fails.

Exceptions