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/alexaforbusiness.ts?docs=full";
interface DeleteUserRequest {
EnrollmentId: string;
UserArn?: string | null;
}

§Properties

§
EnrollmentId: string
[src]

The ARN of the user's enrollment in the organization. Required.

§
UserArn?: string | null
[src]

The ARN of the user to delete in the organization. Required.