Disable Auto Billing
Billing
Disable Auto Billing
Disable automatic monthly billing.
Disables automatic billing but keeps payment method saved. Organization can re-enable later or pay invoices manually.
Requirements:
- Admin permission
Example:
response = await client.post("/v1/organizations/billing/disable-auto-billing")
POST
Disable Auto Billing
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response

