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

DeleteUsagePlanRequest

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

The DELETE request to delete a usage plan of a given plan Id.

interface DeleteUsagePlanRequest {
usagePlanId: string;
}

§Properties

§
usagePlanId: string
[src]

[Required] The Id of the to-be-deleted usage plan.