---
title: "Delete a Saved Location"
method: DELETE
path: "/v1/saved-locations/{location_id}"
tags: ["Saved Locations API"]
---

# Delete a Saved Location

`DELETE /v1/saved-locations/{location_id}`

Permanently delete a saved location by ID. This action is irreversible — the location and all associated insights data will be removed.

## Path parameters

- `location_id` string, required

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/predicthq/apis/predicthq-events-api.md) · [All operations](https://skmtc.net/predicthq/apis/predicthq-events-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/predicthq/predicthq-events-api/versions/66cd8ff349dd/schema)
