Delete a model

delete/models/{modelId}

Deletes the model with the specified ID from the model repository.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
modelId
string
true

Responses

StatusMeaningDescription
204No Content

The model was deleted.

404Not Found

No model exists at the requested path for the specified model ID.