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

# Remove location

`DELETE /incidents/{id}/locations`

Remove location association from this entity

## Request body

- LocationJoin — List of all locations associated with the incident
  - `tag` string, nullable — User-generated tag(s) or description.
  - `title` string, nullable — A user-generated title.
  - `notes` string, nullable — User-specific notes, caption, or description for the file.
  - `created_at` string, date-time — Timestamp when the location was attached to the object.
  - `id` integer
  - `location` integer, required — The location being attached to the object.
  - `object_id` integer, nullable — The object ID (such as a library, worksite, organization, user, or incident).

## Response `204`

Location association removed

## Other responses

- `400` — Invalid location data
- `404` — Entity or location not found

---

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