DELETE
/evals/{eval_id}Delete an evaluation
Deletes an evaluation identified by eval_id. Use this operation to remove an evaluation and its associated definition when it is no longer needed.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
eval_idstringrequired
The unique identifier of the evaluation to delete.
200Returns an object confirming deletion, including the deleted flag and the deleted evaluation identifier.
objectstringrequired
deletedbooleanrequired
eval_idstringrequired
404Returned when the specified evaluation 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 evaluation exists with the specified eval_id. A 429 is returned when the request is rejected because the rate limit has been exceeded.