---
title: "Delete a location"
method: DELETE
path: "/locations/{id}"
tags: ["Locations"]
---

# Delete a location

`DELETE /locations/{id}`

## Path parameters

- `id` string, required

## Response `200`

Success - location deleted

- object
  - `message` string

## Other responses

- `404` — Location not found
- `4XX` — Client-side error

---

[API](https://skmtc.net/skywatch/apis/api-specification.md) · [All operations](https://skmtc.net/skywatch/apis/api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skywatch/api-specification/revisions/51f7c5a8d15d/schema)
