pinpointsmsvoicev2_delete_event_destination {paws.customer.engagement}R Documentation

Deletes an existing event destination

Description

Deletes an existing event destination.

See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_delete_event_destination/ for full documentation.

Usage

pinpointsmsvoicev2_delete_event_destination(
  ConfigurationSetName,
  EventDestinationName
)

Arguments

ConfigurationSetName

[required] The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the describe_configuration_sets action.

EventDestinationName

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


[Package paws.customer.engagement version 0.7.0 Index]