v1

latestOpenAPI 3.1.02026-07-17141136.0 KB
cohorts

Delete cohort

Delete a cohort and mark all its participants as deleted.

Warning: This operation is permanent. All participants in the cohort will be marked as DELETED status.

delete/experiments/{experimentId}/cohorts/{cohortId}

Path parameters

experimentIdstring required

Experiment ID

cohortIdstring required

Cohort ID

Response

Cohort deleted successfully

idstring
deletedboolean

Example response

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