Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the evaluation to delete.
curl --request DELETE \
--url https://api.openai.com/v1/evals/{eval_id} \
--header 'Authorization: Bearer <token>'{
"object": "eval.deleted",
"deleted": true,
"eval_id": "eval_abc123"
}curl --request DELETE \
--url https://api.openai.com/v1/evals/{eval_id} \
--header 'Authorization: Bearer <token>'{
"object": "eval.deleted",
"deleted": true,
"eval_id": "eval_abc123"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the evaluation to delete.
Was this page helpful?