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

RemoveAccountFromOrganizationRequest

import type { RemoveAccountFromOrganizationRequest } from "https://aws-api.deno.dev/v0.4/services/organizations.ts?docs=full";
interface RemoveAccountFromOrganizationRequest {
AccountId: string;
}

§Properties

§
AccountId: string
[src]

The unique identifier (ID) of the member account that you want to remove from the organization.

The regex pattern for an account ID string requires exactly 12 digits.