Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cancels an active subscription, stopping all future billing and scheduled invoices. This endpoint allows for controlled cancellation logic, such as canceling immediately.
You must provide the subscriptionId.
This is commonly used in customer self-service flows, churn-prevention workflows, or manual support actions.
After cancellation, the subscription status is updated to Cancelled or PendingCancellation, but historical billing data remains accessible for reporting and audit.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.