Skip to main content
DELETE
/
cohorts
/
{cohortId}
Delete a cohort
curl --request DELETE \
  --url https://api.recurr.dev/v1/cohorts/{cohortId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Your Recurr secret API key as a Bearer token: Authorization: Bearer rk_live_….

Keys are environment-scoped — rk_live_ operates on live data, rk_test_ on isolated test data (see Test mode). Create, scope, and rotate keys in your dashboard (Settings → API keys, developer role). Secret keys are server-side only — never ship them in an app binary or client JavaScript.

Path Parameters

cohortId
string
required

Response

204

Cohort deleted