Billing Accounts
Delete Billing Account
Deletes a billing account. The operation will fail if the account has any active subscriptions.
DELETE
Delete Billing Account
Authorizations
Auth0 JWT token for user authentication.
Path Parameters
The unique identifier for the workspace.
Example:
"ws_abc123"
The unique identifier for the billing account (Stripe customer ID).
Example:
"cus_abc123"
Response
204
Billing account deleted successfully.
Delete Billing Account