---
title: "Delete job description"
method: DELETE
path: "/job-descriptions/{id}"
tags: ["Job Descriptions"]
---

# Delete job description

`DELETE /job-descriptions/{id}`

Delete a job description if the associated job has no published job board posting.

## Path parameters

- `id` string, required

## Response `204`

Job description deleted successfully

## Other responses

- `400` — Job description cannot be deleted while a job board posting is published
- `401` — Unauthorized - invalid or missing authentication
- `404` — Job description not found
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
