paws.networking (version 0.1.6)

apigateway_delete_model: Deletes a model

Description

Deletes a model.

Usage

apigateway_delete_model(restApiId, modelName)

Arguments

restApiId

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

modelName

[required] [Required] The name of the model to delete.

Request syntax

svc$delete_model(
  restApiId = "string",
  modelName = "string"
)