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

DeleteTemplateRequest

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

§Properties

§
AwsAccountId: string
[src]

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

§
TemplateId: string
[src]

An ID for the template you want to delete.

§
VersionNumber?: number | null
[src]

Specifies the version of the template that you want to delete. If you don't provide a version number, DeleteTemplate deletes all versions of the template.