Evals
Delete eval run
Delete an eval run.
delete/evals/{eval_id}/runs/{run_id}
Path parameters
eval_idstring required
The ID of the evaluation to delete the run from.
run_idstring required
The ID of the run to delete.
Response
Successfully deleted the eval run
Example response
{
"object": "eval.run.deleted",
"deleted": true,
"run_id": "evalrun_677469f564d48190807532a852da3afb"
}