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

DeleteEmailIdentityRequest

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

A request to delete an existing email identity. When you delete an identity, you lose the ability to use Amazon Pinpoint to send email from that identity. You can restore your ability to send email by completing the verification process for the identity again.

interface DeleteEmailIdentityRequest {
EmailIdentity: string;
}

§Properties

§
EmailIdentity: string
[src]

The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint account.