POST
/
ats
/
applications
/
{application_id}
/
reject
{
  "status": "success",
  "data": {}
}

Rejects an application with a provided reason. Optionally, you can provide a free text note. You can get the list of rejection reasons with our Get rejection reasons endpoint.

This endpoint requires the permission Reject applications to be enabled in your scope config.

Example Request Body

{
  "rejection_reason_id": "3PJ8PZhZZa1eEdd2DtPNtVup",
  "note": "Candidate was a great culture fit but didn't bring the hard skills we need.",
  "remote_fields": {}
}

Authorizations

Authorization
string
headerrequired

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Path Parameters

application_id
string
required

The Kombo ID of the application you want to reject.

Body

application/json
rejection_reason_id
string
required

The Kombo ID of the rejection reason.

note
string

A optional free text rejection note. Passed through if possible.

remote_fields
object

Additional fields that we will pass through to specific ATS systems.

Response

200 - application/json
status
enum<string>
required
Available options:
success
data
object
required