---
title: "Create a rejection for an application"
method: POST
path: "/applications/{id}/rejections"
tags: ["Applications"]
---

# Create a rejection for an application

`POST /applications/{id}/rejections`

Create a rejection for an application by its ID.

## Path parameters

- `id` string, required

## Request body

- RejectApplicationDto
  - `reason` string, nullable, required
  - `rejectedBy` 'CLIENT' | 'USER' | 'CANDIDATE'

## Response `201`

Rejection created successfully

- IdDto
  - `id` string, required

## Other responses

- `400` — Bad request - invalid fields
- `401` — Unauthorized - invalid or missing authentication
- `404` — Application not found
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
