Skip to main content
DELETE
/
evaluations
/
trace-runs
/
{run_id}
Delete Eval Run
curl --request DELETE \
  --url https://api.pandaprobe.com/evaluations/trace-runs/{run_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

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

Query Parameters

delete_scores
boolean
default:false

Also delete all trace scores created by this run.

Response

Successful Response