DELETE
/evals/{eval_id}/runs/{run_id}Delete an evaluation run
Deletes an evaluation run identified by run_id within a specified evaluation. Use this operation to remove a run record after it is no longer needed.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
eval_idstringrequired
The unique identifier of the evaluation containing the run.
run_idstringrequired
The unique identifier of the evaluation run to delete.
200Returns an object confirming deletion, including the deleted flag and the deleted run identifier.
objectstringoptional
deletedbooleanoptional
run_idstringoptional
404Returned when the specified evaluation run does not exist.
codestringrequired
messagestringrequired
paramstringrequired
typestringrequired
misalignmentobjectoptional
429Returned when the request is rejected because the rate limit has been exceeded.
errorobjectrequired
Error handling
A 404 is returned when no run exists with the specified run_id under the evaluation identified by eval_id. A 429 is returned when the request is rejected because the rate limit has been exceeded.