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

DeleteResourceRequest

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

Request to delete a "Resource".

interface DeleteResourceRequest {
resourceId: string;
restApiId: string;
}

§Properties

§
resourceId: string
[src]

[Required] The identifier of the "Resource" resource.

§
restApiId: string
[src]

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