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

DeleteContactRequest

import type { DeleteContactRequest } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";
interface DeleteContactRequest {
ContactListName: string;
EmailAddress: string;
}

§Properties

§
ContactListName: string
[src]

The name of the contact list from which the contact should be removed.

§
EmailAddress: string
[src]

The contact's email address.