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

DeleteContactMethodRequest

import type { DeleteContactMethodRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface DeleteContactMethodRequest {
protocol: ContactProtocol;
}

§Properties

§

The protocol that will be deleted, such as Email or SMS (text messaging).

Note: To delete an Email and an SMS contact method if you added both, you must run separate DeleteContactMethod actions to delete each protocol.