Skip to content

Remove Candidate from Shortlist (Admin)

DELETE
/admin/candidates/{candidateId}/shortlist

Remove a candidate from shortlist by admin. This operation is idempotent - if the candidate is not shortlisted, 204 is returned.

candidateId
required
string

Candidate ID (UUID format)

No Content - Successfully removed candidate from shortlist

Bad request (e.g., invalid candidate ID)

object
error
string

Unauthorized

object
error
string

Not Found (e.g., candidate not found)

object
error
string

Internal Server Error

object
error
string