Remove a payment method.
DELETE/orgs/:orgId/billing/payment-methods/:pmId
Detaches a saved card from this organization's Stripe customer. Fails with a 409 if the payment method is in use by an active subscription — switch that subscription to another card first. Requires manage-billing.
Request
Responses
- 204
Payment method removed.