delete_customer_payment_method
Remove a stored payment method from a customer's account to update billing information or cancel recurring charges.
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) |