deleteUploadedCandidateCandidateProcessHistoryItems belonging to the candidate profile.| Name | Description |
|---|---|
DeleteUploadedCandidate_CandidateInput! | The details of the uploaded Candidate to be deleted. |
DeleteUploadedCandidatePayload| Name | Description |
|---|---|
Candidate! | The details of the uploaded candidate that was deleted.The uploaded candidate profile is available in the profiles field. |
mutation ($input: DeleteUploadedCandidateInput!) {
deleteUploadedCandidate(input: $input) {
candidate {
documentId {
value
}
seekPrimaryEmailAddress
}
}
}