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

DeleteRestApiRequest

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

Request to delete the specified API from your collection.

interface DeleteRestApiRequest {
restApiId: string;
}

§Properties

§
restApiId: string
[src]

The string identifier of the associated RestApi.