delete https://{environment}.joinforage.app/api/payment_methods//
A DELETE
request to /payment_methods/{payment_method_ref}/
deletes a representation of a customer’s payment instrument in Forage’s database.
Returns an empty object if the operation was successful.
If a
PaymentMethod
has any associated payments in thesucceeded
state, then thePaymentMethod
cannot be deleted.
Deleting a
PaymentMethod
cannot be undone.Use this endpoint with caution.