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/quicksight.ts?docs=full";
interface DeleteUserRequest {
AwsAccountId: string;
Namespace: string;
UserName: string;
}

§Properties

§
AwsAccountId: string
[src]

The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

§
Namespace: string
[src]

The namespace. Currently, you should set this to default.

§
UserName: string
[src]

The name of the user that you want to delete.