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

DeleteDashboardRequest

import type { DeleteDashboardRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface DeleteDashboardRequest {
AwsAccountId: string;
DashboardId: string;
VersionNumber?: number | null;
}

§Properties

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the dashboard that you're deleting.

§
DashboardId: string
[src]

The ID for the dashboard.

§
VersionNumber?: number | null
[src]

The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.