This endpoint also has a customer-side flow with session-token auth: see Cancel Subscription (Customer).
Cancellation Behavior
- pending: Directly canceled, status becomes
canceled - active: PSP cancellation is triggered (takes effect at billing period end). Local status becomes
canceling, then updated tocanceledvia Webhook when the period ends
Request Body
Example Request
Success Response (200) — Active Subscription
Success Response (200) — Pending Subscription
Response Fields
Errors
Retry policy: Never retry 4xx — fix the request and resubmit. Retry 5xx with exponential backoff (start 5s, max 3 attempts).