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