POST /v1/subscriptions/:id/cancel
No body — the behaviour follows the tenant’scancel_policy:
end_of_period(default) — the subscription stays active (access retained) and won’t renew; it moves tocanceledat the next renewal tick. Any pending plan change is dropped.immediate— the subscription moves tocancelednow; access ends immediately.
cURL
Response
true when canceling at period end (still active until effectiveAt); false on an immediate cancel.When access ends —
now for immediate, or the current period end for end_of_period.end_of_period cancel with reactivate.