delete_customer_payment_method
Remove a customer's saved payment method by providing the customer ID and payment method ID.
Instructions
Delete a payment method. DELETE /customers/{customerId}/paymentmethods/{paymentMethodId}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Customer ID (required) | |
| paymentMethodId | Yes | Payment method ID (required) |