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 \
  --header 'Authorization: Basic <encoded-value>'
{
  "num_deleted": 123
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

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