DELETE
/evals/{eval_id}Delete an evaluation
Deletes an evaluation and all associated data. This action is irreversible. A 404 is returned if the evaluation does not exist or has already been deleted.
eval_idstringrequired
The unique identifier of the evaluation to delete.
200Returns a confirmation object with the deleted evaluation's identifier and a boolean flag indicating successful deletion.
objectstringrequired
deletedbooleanrequired
eval_idstringrequired
404Returned when the evaluation 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 must identify an existing evaluation. A 404 is returned if the evaluation does not exist. A 429 is returned when the request rate limit is exceeded.