API ReferenceExperiments
Delete Experiment
Delete an experiment and all its generated data.
Permanently removes the experiment, its replayed conversations, and all analysis results. Your original traced conversations aren't affected.
What gets deleted:
- The experiment record and all items
- All simulated conversations and their messages
- All evaluations and annotations
What stays:
- Your original traced conversations
- Billing records (for audit purposes)
Path Parameters
experiment_id*string
Format
uuidHeader Parameters
x-workspace-id?|
Workspace UUID to operate within. Required for session auth and user-scoped API keys. Optional for workspace-scoped API keys (uses key's workspace if omitted).
Response Body
application/json
curl -X DELETE "https://loading/v1/experiments/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}