Remove an existing employee record from CompAnalyst.
DELETE
Authorization: Bearer {AccessToken}
Content-Type: application/json
Refer to Employees
curl --request DELETE \ --url https://companalystapi.salary.com/cloud/Data/V1/Employee/102 --header 'Authorization: Bearer <ACCESS_TOKEN>'
200 OK - successfully remove this employee from CompAnalyst system
{ "WEBAPIStatusCode": 0, "WEBAPIStatusDesc": "Success." }