deleteNotifyConfiguration

Deletes an existing notify configuration.

If deletion protection is enabled, an error is returned.

Samples

// Delete an existing notify configuration.
val resp = pinpointSmsVoiceV2Client.deleteNotifyConfiguration {
    notifyConfigurationId = "nc-1234567890abcdef0"
}