PeopleForce
GuidesAPI reference
List all candidate fields GETList all candidates GETCreate a candidate POSTList all candidate experiences GETCreate a candidate education POSTDelete a candidate education DELETEUpdate a candidate education PUTList all candidate experiences GETCreate a candidate experience POSTDelete a candidate experience DELETEUpdate a candidate experience PUTList all candidate notes GETCreate a candidate note POSTGet a candidate GETDelete a candidate DELETEUpdate a candidate PUTList all sources GET
Candidates

Delete a candidate

DELETE
/api/public/v2/recruitment/candidates/{id}

Path Parameters

id*integer

Response Body

application/json

curl -X DELETE "https://example.com/api/public/v2/recruitment/candidates/0"
Empty

Get a candidate GET

Previous Page

Update a candidate PUT

Next Page