API Reference
Deactivate paid plan and revert to free tier
AuthorizationBearer <token>
Enter your JWT token
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
workspaceId*string
Response Body
application/json
curl -X POST "https://loading/billing/deactivate-plan" \ -H "Content-Type: application/json" \ -d '{ "workspaceId": "ws_abc123" }'{
"success": true,
"message": "Plan deactivated — back on free tier."
}