Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteCustomVerificationEmailTemplateRequest

import type { DeleteCustomVerificationEmailTemplateRequest } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

Represents a request to delete an existing custom verification email template.

interface DeleteCustomVerificationEmailTemplateRequest {
TemplateName: string;
}

§Properties

§
TemplateName: string
[src]

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