Skip to content

Delete Custom Verification Email Template

sesv2_delete_custom_verification_email_template R Documentation

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

sesv2_delete_custom_verification_email_template(TemplateName)

Arguments

TemplateName

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

Value

An empty list.

Request syntax

svc$delete_custom_verification_email_template(
  TemplateName = "string"
)