---
title: "Unreject application"
method: POST
path: "/v3/applications/{id}/unreject"
tags: ["Applications"]
---

# Unreject application

`POST /v3/applications/{id}/unreject`

Reverse a rejection, putting the application back into the in-process state on the stage it was rejected from. The previously recorded rejection reason and notes are cleared. Use this when a candidate is brought back into consideration after being rejected.

## Path parameters

- `id` integer, required

## Request body

- object

## Response `204`

Successful (No Content)

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Content

---

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