---
title: "Reject a job application"
method: PUT
path: "/applications/{applicationId}/review/reject"
tags: ["Job Application API:Review"]
---

# Reject a job application

`PUT /applications/{applicationId}/review/reject`

## Path parameters

- `applicationId` integer, required

## Request body

- ReviewRejectJobApplicationCommand
  - `contactId` integer, required — Hiring manager contact rejecting the applicant
  - `reason` string, nullable — Optional feedback

## Response `204`

NoContent

## Other responses

- `404` — Job application was not found

---

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