Delete an ML model by ID or name, with soft/hard delete options
false, the ML model is soft-deleted and can be restored.DELETE /v1/mlmodels/name/{fqn} to delete by fully qualified name.
mlflow_svc.customer_segmentation).PUT /v1/mlmodels/restore to restore a soft-deleted ML model.
deleted: true. Hard delete returns no content (204). Restore returns the restored ML model object.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to delete this ML model |
404 | NOT_FOUND | ML model with given ID or FQN does not exist |