Hiring
Remove Candidate from Job Opening
Removes a candidate and any of their pending or completed interviews from a job opening. The candidate can be identified by contact_id, email, or phone_number. At least one of these identifiers must be provided.
DELETE
Remove candidate from job opening
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the job opening
Body
application/json
Payload for deleting a candidate's interview from a job opening. At least one identifier must be provided.
Response
200
application/json
Candidate successfully deleted from job opening
The response is of type object
.
Remove candidate from job opening