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

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

---

[API](https://skmtc.net/recruiterflow/apis/recruiterflow-api-documentation.md) · [All operations](https://skmtc.net/recruiterflow/apis/recruiterflow-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recruiterflow/recruiterflow-api-documentation/versions/9e36b3759d5d/schema)
