---
title: "Delete an inventory location"
method: DELETE
path: "/inventory/locations/{locationId}"
tags: ["InventoryLocations"]
---

# Delete an inventory location

`DELETE /inventory/locations/{locationId}`

Soft-deletes an inventory location so it no longer appears in
location pickers or new stock movements. Historical stock
adjustments, stocktakes and order items already attached to the
location remain intact and continue to reference the deleted
record by ID.

## Response `204`

The inventory location was successfully deleted.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
