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

# Delete a customer's payment method (Deprecated)

Delete a specific payment method. The payment method is completely deleted from the customer payment methods. 

To reuse the payment method that is deleted, direct your customer to the checkout page and save the card details again.

## Endpoint

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

> This endpoint is **deprecated**.

## Returns

### 204

No Content

## Error responses

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