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

DeleteThemeRequest

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

§Properties

§
AwsAccountId: string
[src]

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

§
ThemeId: string
[src]

An ID for the theme that you want to delete.

§
VersionNumber?: number | null
[src]

The version of the theme that you want to delete.

Note: If you don't provide a version number, you're using this call to DeleteTheme to delete all versions of the theme.