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

DeleteModelRequest

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

Request to delete an existing model in an existing "RestApi" resource.

interface DeleteModelRequest {
modelName: string;
restApiId: string;
}

§Properties

§
modelName: string
[src]

[Required] The name of the model to delete.

§
restApiId: string
[src]

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