Skip to main content
DELETE
/
api
/
Candidates
/
{candidateId}
/
WorkHistory
/
{workHistoryId}
Delete Candidate Work History Entry.
curl --request DELETE \
  --url https://api.example.com/api/Candidates/{candidateId}/WorkHistory/{workHistoryId}

Path Parameters

candidateId
integer<int32>
required
workHistoryId
integer<int32>
required

Response

200

OK