---
title: "Delete opening"
method: DELETE
path: "/v3/openings/{id}"
tags: ["Openings"]
---

# Delete opening

`DELETE /v3/openings/{id}`

Permanently remove an opening from its job. Only closed openings with no attached offer and no filling application can be deleted — openings that are still `open`, or that were closed as a hire (`application_id` set), are protected and must remain on the job for record-keeping. To close an opening without removing it, use `PATCH /v3/openings/{id}` with `status: "closed"` instead.

## 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)
