Delete Configuration Set Event Destination
pinpointsmsvoice_delete_configuration_set_event_destination | R Documentation |
Deletes an event destination in a configuration set¶
Description¶
Deletes an event destination in a configuration set.
Usage¶
pinpointsmsvoice_delete_configuration_set_event_destination(
ConfigurationSetName, EventDestinationName)
Arguments¶
ConfigurationSetName |
[required] ConfigurationSetName |
EventDestinationName |
[required] EventDestinationName |
Value¶
An empty list.
Request syntax¶
svc$delete_configuration_set_event_destination(
ConfigurationSetName = "string",
EventDestinationName = "string"
)