# DELETE /inventory/locations/:location_id

**Resource:** [INVENTORY](./inventory.md)  
**MCP tool:** `delete_inventory_location`  
**Scopes:** `products:delete`  
**Write operation:** yes

Delete an inventory location by UUID. Destructive.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `location_id` | path | string | yes |  |

## Request example

```bash
curl -X DELETE   "https://api.trustpager.com/functions/v1/api/v1/inventory/locations/:location_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`