---
title: "Reject talent recommendation"
method: POST
path: "/jobs/{jobId}/candidates/{candidateId}/talent-recommendation/reject"
tags: ["Talent Recommendations"]
---

# Reject talent recommendation

`POST /jobs/{jobId}/candidates/{candidateId}/talent-recommendation/reject`

Rejects talent recommendation.

## Path parameters

- `jobId` integer, required
- `candidateId` integer, required

## Response `204`

A confirmation of successfully reject a talent recommendation

## Other responses

- `304` — NotModified / Resource not modified
- `400` — BadRequest / Invalid Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound / Resource not found

---

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