Skip to content

Delete Model

apigateway_delete_model R Documentation

Deletes a model

Description

Deletes a model.

Usage

apigateway_delete_model(restApiId, modelName)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

modelName

[required] The name of the model to delete.

Value

An empty list.

Request syntax

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