---
api: 'Merchant API'
---

# Delete a customer's payment method

Delete a specific saved payment method. The payment method is completely removed from the customer's saved payment methods.

To reuse a deleted payment method, direct your customer to the checkout page to save their card details again.

## Endpoint

DELETE `/api/customers/{customer_id}/payment-methods/{payment_method_id}`

## Returns

### 204

No Content

## Error responses

| HTTP status code | Description |
| --- | --- |
| 401 | Unauthorized |
| 404 | Not Found |
