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

# Delete a customer

Delete the profile of a specific customer.

## Endpoint

DELETE `/api/customers/{customer_id}`

## Returns

### 204

No Content

## Error responses

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