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

DeleteDocumentationVersionRequest

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

Deletes an existing documentation version of an API.

interface DeleteDocumentationVersionRequest {
documentationVersion: string;
restApiId: string;
}

§Properties

§
documentationVersion: string
[src]

[Required] The version identifier of a to-be-deleted documentation snapshot.

§
restApiId: string
[src]

[Required] The string identifier of the associated "RestApi".