Cancel a subscription
cancel_subscriptionCancel a customer's subscription permanently and end their access. Requires explicit confirmation (confirm: true) to proceed.
Instructions
Cancel a customer's subscription permanently. This ends their access and cannot be undone from here. The only way back is for them to purchase again, so pause_subscription is the right tool whenever the customer might return. Refuses to run without confirm: true. Set that only when the person you are working for has actually asked for this cancellation, not to clear the refusal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Which configured ThriveCart account to use, by name (for example 'navid-media'). Defaults to the first configured account. Call list_accounts to see them. Figures from one cart never include another. | |
| confirm | No | Must be true for this to run. This moves money or ends a customer's access and cannot be undone, so it is refused without an explicit confirmation. | |
| order_id | Yes | The order or subscription id, from get_customer or get_transactions. |