---
title: "Delete store location"
method: DELETE
path: "/v1/store_locations/{id}"
tags: ["Store Locations"]
---

# Delete store location

`DELETE /v1/store_locations/{id}`

Delete a store location by ID. Orders referencing this store location will no longer have a valid pickup point.

## Path parameters

- `id` string, required

## Response `200`

OK

- DeleteStoreLocationResponse — Layered DELETE confirmation. Returns the deleted store id and the new soft-delete flag.
  - `id` string, required
  - `isDeleted` boolean, required

## Other responses

- `422` — Unprocessable Content

---

[API](https://skmtc.net/usenash/apis/nash-api.md) · [All operations](https://skmtc.net/usenash/apis/nash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usenash/nash-api/versions/09a23a95889b/schema)
