Delete a payment method
DELETE/customers/:customer_id/payment-methods/:credit_card_token
Delete a saved payment method for a customer. The organization is determined from the authenticated API key.
Request
Responses
- 204
- 401
- 404
- 500
Successfully deleted payment method
Unauthorized - invalid or missing API key
Payment method not found
Internal server error