DELETE
/
v1
/
run
/
{run_id}
/
evaluation
/
{evaluation_id}
This response does not have an example.
Delete an evaluation from a run. This operation cannot be undone.

Authorizations

Authorization
string
header
required

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

Path Parameters

run_id
string<uuid>
required

The ID of the run

evaluation_id
string<uuid>
required

The ID of the evaluation

Response

204

Evaluation deleted successfully