Direct Payment
Remove a customer's saved payment method
Remove (deactivate) a saved card stored on a Breeze customer (cus_*). The card is soft-deleted: it stops appearing in the customer's saved payment methods and can no longer be re-submitted as a SAVED_CARD payment method on POST /v1/gateway/payments. Removing an already-removed card succeeds without side effects.
Base URL — call this on the default api.breeze.cash host.
delete/v1/gateway/customers/{customerId}/payment-methods/{savedPaymentMethodId}
Path parameters
customerIdstring required
Breeze customer identifier (cus_*).
savedPaymentMethodIdstring required
Saved payment method identifier (saved_*) to remove.
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.