Delete Default Sender Id
pinpointsmsvoicev2_delete_default_sender_id | R Documentation |
Deletes an existing default sender ID on a configuration set¶
Description¶
Deletes an existing default sender ID on a configuration set.
A default sender ID is the identity that appears on recipients' devices when they receive SMS messages. Support for sender ID capabilities varies by country or region.
Usage¶
pinpointsmsvoicev2_delete_default_sender_id(ConfigurationSetName)
Arguments¶
ConfigurationSetName |
[required] The name of the configuration set or the configuration
set Amazon Resource Name (ARN) to delete the default sender ID from. The
ConfigurationSetName and ConfigurationSetArn can be found using the
|
Value¶
A list with the following syntax:
list(
ConfigurationSetArn = "string",
ConfigurationSetName = "string",
SenderId = "string"
)
Request syntax¶
svc$delete_default_sender_id(
ConfigurationSetName = "string"
)