DELETE
/evals/{eval_id}/runs/{run_id}Delete an evaluation run
Deletes an evaluation run and all associated output items. This action is irreversible. A 404 is returned if the run does not exist or has already been deleted.
eval_idstringrequired
The unique identifier of the evaluation to delete the run from.
run_idstringrequired
The unique identifier of the run to delete.
200Returns a confirmation object with the deleted run's identifier and a boolean flag indicating successful deletion.
objectstringoptional
deletedbooleanoptional
run_idstringoptional
404Returned when the run does not exist or has already been deleted.
codestringrequired
messagestringrequired
paramstringrequired
typestringrequired
429Returned when the request rate limit is exceeded.
errorobjectrequired
Error handling
eval_id and run_id must both identify existing resources. A 404 is returned if the run does not exist. A 429 is returned when the request rate limit is exceeded.