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.3/services/workdocs.ts?docs=full";
interface DeleteUserRequest {
AuthenticationToken?: string | null;
UserId: string;
}

§Properties

§
AuthenticationToken?: string | null
[src]

Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.

§
UserId: string
[src]

The ID of the user.