---
title: "Delete position"
method: DELETE
path: "/jobs/{jobId}/positions/{positionId}"
tags: ["jobs"]
---

# Delete position

`DELETE /jobs/{jobId}/positions/{positionId}`

## Response `204`

Position successfully removed

## Other responses

- `400` — with code **POSITION_ASSIGNED** when position has candidate already assigned and cannot be removed
- `403` — with codes * **APPROVAL_PROCESS_ENABLED** when approval process is enabled * **PERMISSION_DENIED** when job access forbidden
- `404` — Position not found

---

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