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

DeleteDocumentationPartRequest

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

Deletes an existing documentation part of an API.

interface DeleteDocumentationPartRequest {
documentationPartId: string;
restApiId: string;
}

§Properties

§
documentationPartId: string
[src]

[Required] The identifier of the to-be-deleted documentation part.

§
restApiId: string
[src]

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