Payment Methods
Remove Payment Method
Detaches a payment method from a billing account. You cannot remove the only payment method, or the default payment method if active subscriptions exist.
DELETE
Remove Payment Method
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"
The unique identifier for the payment method (Stripe payment method ID).
Example:
"pm_abc123"
Response
204
Payment method removed successfully.
Remove Payment Method