List Deleted Candidates

Read a list of deleted candidate UIDs.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Candidate data may be deleted or pseudonymized according to the company's data retention policy or following a request from a candidate. If you create an integration that retrieves candidate data from Comeet using either the Recruiting API or the Evaluation API, you must implement a mechanism to delete candidate data from your system. This is in accordance with Comeet's API Terms of Use.

This endpoint allows you to receive the UIDs of candidates that you are required to delete.

Note that for an integration with the Evaluation API the endpoint is https://api.comeet.co/evaluation/deleted-candidates.

Supported filters:

  • time_deleted:before - Return candidates for which the time of deletion is BEFORE the provided time. time_deleted:before=2018-01-01T12:50:50Z

  • time_deleted:after - Return candidates for which the time of deletion is AFTER the provided time. time_deleted:before=2018-01-01T12:50:50Z

["AA.000","AA.111"]
Query Params
date-time

Return candidates for which the time of deletion is AFTER the provided time.

date-time

Return candidates for which the time of deletion is BEFORE the provided time.

Language
Credentials
OAuth2
LoadingLoading…