---
title: "Delete a job location"
method: DELETE
path: "/api/v1/hris/org/locations/{id}"
tags: ["Locations", "Public API"]
---

# Delete a job location

`DELETE /api/v1/hris/org/locations/{id}`

Deletes a job location by its ID. Returns 204 No Content on success.

OAuth Scopes: field.write

## Path parameters

- `id` string, required

## Response `204`

Location deleted successfully

## Other responses

- `403` — Permission denied
- `404` — Location not found
- `409` — The location is in use and cannot be deleted. You can archive a location in use to prevent future usage.
- `500` — Internal server error

---

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