Skip to main content
DELETE
/
v1
/
runs
/
{run_id}
Delete an evaluation run
curl --request DELETE \
  --url https://api.dp1.us.honeyhive.ai/v1/runs/{run_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

Response

Successful response

Response for DELETE /runs/{run_id}

id
string
required
deleted
boolean
required