Skip to main content

Delete a model and all its versions

DELETE 

/models/:modelId

Available in development only — the sandbox and production tables are replicas of development, so models cannot be written there.

Deletes the model outright: every version and every environment pointer. Permitted only if no version of the model was ever published beyond development — once a version has been frozen for sandbox or production, neither it nor the model can be deleted.

Request

Responses

Model deleted successfully