Remove Candidate from Job
POST
POST
https://api.atzcrm.com/v1/candidate/:slug/remove-from-jobUnassign an existing candidate from a job opening.
Request Example
{
"job_slug": "job_62bf6c7e3db8dd2bdb30"
}
Request
Path Parameter
- slug
stringThe unique slug of the candidate to unassign (required). Example: candidate_2f0ea5cd69a6cd6c7163
Body
- job_slug
stringThe unique slug of the job to remove the candidate from (required). Example: job_62bf6c7e3db8dd2bdb30
Headers
- Authorization: Bearer your_access_token
- Content-Type: application/json
Response
200
Body
- message
stringExample: Candidate successfully removed from job.
400
Body
- Unprocessable Entity
401
Body
- Unauthorized