Applications
Reject application
Rejects an application with a provided reason.
POST
/
ats
/
applications
/
{application_id}
/
reject
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
Authorizations
Authorization
string
headerrequiredCreate an API key on the Secrets page in the Kombo dashboard.
Headers
X-Integration-Id
string
requiredID of the integration you want to interact with.
Path Parameters
application_id
string
requiredThe Kombo ID of the application you want to reject.
Body
application/json
rejection_reason_id
string
requiredThe 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>
requiredAvailable options:
success
data
object
required