Skip to main content
DELETE
Delete an eval run.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

eval_id
string
required

The ID of the evaluation to delete the run from.

run_id
string
required

The ID of the run to delete.

Response

Successfully deleted the eval run

object
string
Example:

"eval.run.deleted"

deleted
boolean
Example:

true

run_id
string
Example:

"evalrun_677469f564d48190807532a852da3afb"