billing_cancelSubscriptionV1
Cancel an active subscription to stop further billing. Use this endpoint to terminate services by providing the required subscription ID.
Instructions
Cancel a subscription and stop any further billing.
Use this endpoint when users want to terminate active services.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Subscription ID |
Implementation Reference
- types.d.ts:268-276 (schema)Schema definition for the 'billing_cancelSubscriptionV1' MCP tool in the APITools interface. Defines the input parameter 'subscriptionId' (string) and a generic 'any' response type. This is part of an auto-generated TypeScript interface from OpenAPI specification."billing_cancelSubscriptionV1": { params: { /** * Subscription ID */ subscriptionId: string; }; response: any; // Response structure will depend on the API };