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

DeleteMethodRequest

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

Request to delete an existing "Method" resource.

interface DeleteMethodRequest {
httpMethod: string;
resourceId: string;
restApiId: string;
}

§Properties

§
httpMethod: string
[src]

[Required] The HTTP verb of the "Method" resource.

§
resourceId: string
[src]

[Required] The "Resource" identifier for the "Method" resource.

§
restApiId: string
[src]

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