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

DeleteResourceRequest

import type { DeleteResourceRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface DeleteResourceRequest {
OrganizationId: string;
ResourceId: string;
}

§Properties

§
OrganizationId: string
[src]

The identifier associated with the organization from which the resource is deleted.

§
ResourceId: string
[src]

The identifier of the resource to be deleted.