Skip to main content
PUT
/
api
/
Jobs
/
{jobId}
/
UnlinkCandidates
Unlinks multiple candidates from job.
curl --request PUT \
  --url https://api.example.com/api/Jobs/{jobId}/UnlinkCandidates \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Path Parameters

jobId
integer<int32>
required

Body

application/json

Response

200

OK