Skip to main content
DELETE
/
v2
/
{entity}
/
{project}
/
evaluation_runs
Evaluation Run Delete
curl --request DELETE \
  --url https://api.example.com/v2/{entity}/{project}/evaluation_runs
{
  "num_deleted": 123
}

Path Parameters

entity
string
required
project
string
required

Query Parameters

evaluation_run_ids
string[]
required

List of evaluation run IDs to delete

Response

Successful Response

num_deleted
integer
required

Number of evaluation runs deleted