API Reference
Delete a model run. Cannot delete while state is “processing”.
cURL
curl --request DELETE \ --url https://app.gomangrove.com/api/v1/model_runs/{model_run_id} \ --header 'Authorization: <api-key>'
{ "status": "error", "statusCode": 422, "errors": [ { "message": "Cannot delete model run while processing" } ] }
Model run ID
204 No Content