Delete Evaluation Run
Delete Evaluation Run
DELETE/api/2/auto_eval/evaluation/delete_run
Delete an evaluation run
Request
- application/json
Body
id stringrequired
The ID of the evaluation run to delete
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
The ID of the deleted evaluation run
{
"id": "string"
}
Loading...