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

DeleteDatasetRequest

import type { DeleteDatasetRequest } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";

The request for a DeleteDataset operation.

interface DeleteDatasetRequest {
clientToken?: string | null;
datasetId: string;
}

§Properties

§
clientToken?: string | null
[src]

A token that ensures idempotency. This token expires in 10 minutes.

§
datasetId: string
[src]

The unique identifier of the Dataset to be deleted.