DeleteConfigurationSetEventDestination
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.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- ConfigurationSetName
-
The name of the configuration set from which to delete the event destination.
Type: String
Required: Yes
- EventDestinationName
-
The name of the event destination to delete.
Type: String
Required: Yes
Errors
For information about the errors that are common to all actions, see Common Errors.
- ConfigurationSetDoesNotExist
-
Indicates that the configuration set does not exist.
HTTP Status Code: 400
- EventDestinationDoesNotExist
-
Indicates that the event destination does not exist.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: