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

DeleteWorkspaceRequest

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

Represents the input of a DeleteWorkspace operation.

interface DeleteWorkspaceRequest {
clientToken?: string | null;
workspaceId: string;
}

§Properties

§
clientToken?: string | null
[src]

Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

§
workspaceId: string
[src]

The ID of the workspace to delete.