cURL
curl --request DELETE \ --url https://api.ropes.ai/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