paws.customer.engagement (version 0.1.0)

ses_delete_custom_verification_email_template: Deletes an existing custom verification email template

Description

Deletes an existing custom verification email template.

Usage

ses_delete_custom_verification_email_template(TemplateName)

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"
)

Details

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.