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

DeleteUsagePlanKeyRequest

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

The DELETE request to delete a usage plan key and remove the underlying API key from the associated usage plan.

interface DeleteUsagePlanKeyRequest {
keyId: string;
usagePlanId: string;
}

§Properties

§
keyId: string
[src]

[Required] The Id of the "UsagePlanKey" resource to be deleted.

§
usagePlanId: string
[src]

[Required] The Id of the "UsagePlan" resource representing the usage plan containing the to-be-deleted "UsagePlanKey" resource representing a plan customer.