Learn R Programming

paws.customer.engagement (version 0.1.12)

ses_delete_template: Deletes an email template

Description

Deletes an email template.

You can execute this operation no more than once per second.

Usage

ses_delete_template(TemplateName)

Value

An empty list.

Arguments

TemplateName

[required] The name of the template to be deleted.

Request syntax

svc$delete_template(
  TemplateName = "string"
)