Skip to main content
Remove Candidate from Job
POST
POST
https://api.atzcrm.com/v1/candidate/:slug/remove-from-job

Unassign an existing candidate from a job opening.

Request Example

{
"job_slug": "job_62bf6c7e3db8dd2bdb30"
}

Request

Path Parameter

  • slugstring

    The unique slug of the candidate to unassign (required). Example: candidate_2f0ea5cd69a6cd6c7163

Body

  • job_slugstring

    The 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

  • messagestring

    Example: Candidate successfully removed from job.

400

Body

  • Unprocessable Entity
401

Body

  • Unauthorized