Delete a model

delete/models/{modelId}
Internal-Use Only

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

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
modelId
string
true

Responses

StatusMeaningDescription
204No ContentThe model was deleted.
404Not FoundNo model exists at the requested path for the specified model ID.