FruxonDocs
ApiEvaluation runs

Permanently delete an evaluation run and its per-sample comparisons.

Allowed only for runs created against the draft revision and only after the run has reached a terminal state — in-flight runs must be cancelled first. Runs pinned to a saved revision are part of that version's history and cannot be removed.

DELETE
/v1/tenants/{tenant}/agents/{agent}/evaluationRuns/{evaluationRun}
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

agent*string

The unique identifier of the agent

evaluationRun*string

The evaluation run ID to delete

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/agents/string/evaluationRuns/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}