cURL
curl --request DELETE \ --url http://localhost:3001/api/public/candidates/{candidateId} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>" }
Delete a candidate and all related data
The unique identifier of the candidate to delete
Successfully deleted candidate
Whether the operation was successful
Success or error message