v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Evals

Delete an eval

Delete an evaluation.

delete/evals/{eval_id}

Path parameters

eval_idstring required

The ID of the evaluation to delete.

Response

Successfully deleted the evaluation.

objectstring required
deletedboolean required
eval_idstring required

Example response

{
  "object": "eval.deleted",
  "deleted": true,
  "eval_id": "eval_abc123"
}