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

DeleteUserRequest

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

§Properties

§
OrganizationId: string
[src]

The organization that contains the user to be deleted.

§
UserId: string
[src]

The identifier of the user to be deleted.