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

# Delete a location

Delete a specific location, based on its ID.

## Endpoint

DELETE `/api/locations/{location_id}`

## Returns

### 204

Location deleted

## Error responses

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