Delete Notify Configuration
| pinpointsmsvoicev2_delete_notify_configuration | R Documentation |
Deletes an existing notify configuration¶
Description¶
Deletes an existing notify configuration.
If deletion protection is enabled, an error is returned.
Usage¶
pinpointsmsvoicev2_delete_notify_configuration(NotifyConfigurationId)
Arguments¶
NotifyConfigurationId |
[required] The identifier of the notify configuration to delete.
The NotifyConfigurationId can be found using the
|
Value¶
A list with the following syntax:
list(
NotifyConfigurationArn = "string",
NotifyConfigurationId = "string",
DisplayName = "string",
UseCase = "CODE_VERIFICATION",
DefaultTemplateId = "string",
PoolId = "string",
EnabledCountries = list(
"string"
),
EnabledChannels = list(
"SMS"|"VOICE"|"MMS"|"RCS"
),
Tier = "BASIC"|"ADVANCED",
TierUpgradeStatus = "BASIC"|"PENDING_UPGRADE"|"ADVANCED"|"REJECTED",
Status = "PENDING"|"ACTIVE"|"REJECTED"|"REQUIRES_VERIFICATION",
RejectionReason = "string",
DeletionProtectionEnabled = TRUE|FALSE,
CreatedTimestamp = as.POSIXct(
"2015-01-01"
)
)
Request syntax¶
svc$delete_notify_configuration(
NotifyConfigurationId = "string"
)