---
title: "Close a job in Recruiterflow"
method: POST
path: "/api/external/job/close"
tags: ["Job APIs"]
---

# Close a job in Recruiterflow

`POST /api/external/job/close`

## Headers

- `RF-Api-Key` string, required

## Request body

- object
  - `close_reasons` string[]
  - `job_id` integer — ID of the job in Recruiterflow.
  - `user_id` integer — ID of the user in Recruiterflow

## Response `200`

API returns a 200 OK response if the job is successfully closed

- unknown

## Changes

- **2026-08-13** `febc104d89ff` — 1 breaking
  - the `header` request parameter `RF-Api-Key` became required

[Change history](https://skmtc.dev/recruiterflow/apis/recruiterflow-api-documentation/changes/api/external/job/close/post.md)

---

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