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

DeleteOrganizationRequest

import type { DeleteOrganizationRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface DeleteOrganizationRequest {
ClientToken?: string | null;
DeleteDirectory: boolean;
OrganizationId: string;
}

§Properties

§
ClientToken?: string | null
[src]

The idempotency token associated with the request.

§
DeleteDirectory: boolean
[src]

If true, deletes the AWS Directory Service directory associated with the organization.

§
OrganizationId: string
[src]

The organization ID.