Delete a payment method for a customer
deletehttps://api.paddle.com/customers/{customer_id}/payment-methods/{payment_method_id}
Deletes a customer payment method using its ID.
When you delete a customer payment method, it's permanently removed from that customer.
There's no way to recover a deleted payment method.
Path Parameters
customer_idstringrequired
Paddle ID of the customer entity to work with.
payment_method_idstringrequired
Paddle ID of the payment method entity to work with.
Response