Skip to main content

POST /v1/subscriptions/:id/cancel

No body — the behaviour follows the tenant’s cancel_policy:
  • end_of_period (default) — the subscription stays active (access retained) and won’t renew; it moves to canceled at the next renewal tick. Any pending plan change is dropped.
  • immediate — the subscription moves to canceled now; access ends immediately.
cURL
Response
boolean
true when canceling at period end (still active until effectiveAt); false on an immediate cancel.
string
When access ends — now for immediate, or the current period end for end_of_period.
Undo a still-pending end_of_period cancel with reactivate.