Delete a model variable

delete/models/{modelId}/variables/{variableId}

Deletes the model variable associated with the specified model ID and variable ID.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
modelId
string
true
variableId
string
true

Responses

StatusMeaningDescription
204No Content

The model variable was deleted.

404Not Found

No variable exists at the requested path.

Schema