v3

latestSwagger 2.02026-07-132961114.8 KB
Evals

Delete evaluation run

Delete an eval run.

delete/openai/evals/{eval_id}/runs/{run_id}

Path parameters

eval_idstring required

The ID of the evaluation to delete the run from.

run_idstring required

The ID of the run to delete.

Query parameters

api-versionstring required

The API version to use for this operation.

Response

The request has succeeded.

object'eval.deleted'

The object type. Always 'eval.deleted'.

run_idstring

id of the eval.

deletedboolean

Whether the eval was successfully deleted.