FruxonDocs
AgentsExecution Records

Removes all evaluation samples derived from this execution

Deletes every sample row across every dataset that was sourced from this execution; use this to fully retract a run from evaluation tooling when it was tagged in error or contains data that shouldn't be retained. Only the dataset cross-references are removed — the underlying execution record, its trace, and any cost data are kept intact. Returns 204 even when there were no samples to delete.

DELETE
/v1/tenants/{tenant}/agents/{agent}/executionRecords/{executionRecord}/samples
AuthorizationBearer <token>

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

In: header

Path Parameters

agent*string

The agent identifier.

executionRecord*string

The execution identifier.

tenant*string

The tenant identifier

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/agents/string/executionRecords/string/samples"
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}