Skip to content

Delete Configuration Set Event Destination

sesv2_delete_configuration_set_event_destination R Documentation

Delete an event destination

Description

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 EventBridge and associate a rule to send the event to the specified target.

Usage

sesv2_delete_configuration_set_event_destination(ConfigurationSetName,
  EventDestinationName)

Arguments

ConfigurationSetName

[required] The name of the configuration set that contains the event destination to delete.

EventDestinationName

[required] The name of the event destination to delete.

Value

An empty list.

Request syntax

svc$delete_configuration_set_event_destination(
  ConfigurationSetName = "string",
  EventDestinationName = "string"
)