View source: R/pinpoint_operations.R
pinpoint_delete_sms_template | R Documentation |
Deletes a message template for messages that were sent through the SMS channel.
See https://www.paws-r-sdk.com/docs/pinpoint_delete_sms_template/ for full documentation.
pinpoint_delete_sms_template(TemplateName, Version = NULL)
TemplateName |
[required] The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive. |
Version |
The unique identifier for the version of the message template to update, retrieve information about, or delete. To retrieve identifiers and other information for all the versions of a template, use the Template Versions resource. If specified, this value must match the identifier for an existing template version. If specified for an update operation, this value must match the identifier for the latest existing version of the template. This restriction helps ensure that race conditions don't occur. If you don't specify a value for this parameter, Amazon Pinpoint does the following:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.