pinpoint_delete_push_template: Deletes a message template for messages that were sent...

View source: R/pinpoint_operations.R

pinpoint_delete_push_templateR Documentation

Deletes a message template for messages that were sent through a push notification channel

Description

Deletes a message template for messages that were sent through a push notification channel.

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

Usage

pinpoint_delete_push_template(TemplateName, Version = NULL)

Arguments

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:

  • For a get operation, retrieves information about the active version of the template.

  • For an update operation, saves the updates to (overwrites) the latest existing version of the template, if the create-new-version parameter isn't used or is set to false.

  • For a delete operation, deletes the template, including all versions of the template.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.