Learn R Programming

paws.customer.engagement (version 0.1.12)

ses_delete_custom_verification_email_template: Deletes an existing custom verification email template

Description

Deletes an existing custom verification email template.

For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.

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

Usage

ses_delete_custom_verification_email_template(TemplateName)

Value

An empty list.

Arguments

TemplateName

[required] The name of the custom verification email template that you want to delete.

Request syntax

svc$delete_custom_verification_email_template(
  TemplateName = "string"
)