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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the job opening
Payload for deleting a candidate's interview from a job opening. At least one identifier must be provided.
Candidate successfully deleted from job opening
The response is of type object
.