---
title: "Delete job post location"
method: DELETE
path: "/v3/job_post_locations/{id}"
tags: ["Job Post Locations"]
---

# Delete job post location

`DELETE /v3/job_post_locations/{id}`

Detach a single location from a job post. The `{id}` here is the `job_post_locations` row id (returned by list/create), not the `job_post_id`, `office_id`, or `custom_location_id`; resolve it via `GET /v3/job_post_locations?parent=job_post&ids=<job_post_id>` when you only have the post. The referenced `office` and `job_board_custom_locations` rows are unaffected — this only removes the attachment from the post.

## Path parameters

- `id` string, required

## Response `200`

Successful

- object
  - `id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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