Skip to main content
Cancels the user’s active paid subscription, reverting the account to the free plan. Check the current plan with get_plan first; this is the counterpart to upgrade_plan.

Parameters

This tool takes no parameters.

Returns

A confirmation message with status: "cancelled". The message comes from the API when available, so it reflects whether the cancellation is immediate or takes effect at the end of the billing period. Use get_plan to confirm the current plan and any effective end date.

Example

{ "name": "cancel_plan", "arguments": {} }