v1

latestOpenAPI 3.1.02026-07-17141136.0 KB
experiments

Delete experiment

Delete an experiment and all associated data.

Warning: This operation is permanent and will delete all experiment data including participant responses.

delete/experiments/{id}

Path parameters

idstring required

Experiment ID

Response

Experiment deleted successfully

idstring
deletedboolean

Example response

{
  "id": "exp123",
  "deleted": true
}