☰
CompAnalyst
| API
×
Welcome to the Salary.com API Authentication
Data as a Service CompAnalyst and JobArchitect

DATA AS A SERVICE

Introduction & AI Market Data Job Match API
Behavior Request Field Definitions Response Field Definitions Match a Job POST Batch Match Jobs POST Match a Job (Verbose) POST Batch Match Jobs (Verbose) POST
Posting Data Job Match API
Behavior Request Field Definitions Response Field Definitions Match a Job POST Match a Job (Verbose) POST

COMPANALYST

Employees
Get an Employee GET Get Employee List GET Create an Employee POST Update an Employee PUT Delete an Employee DELETE
Company Jobs
Get a Company Job GET Get Company Job List GET Create a Company JobPOST Update a Company Job PUT
Composites
Get Composite ListGET Get Composite by Job CodeGET

JOBARCHITECT

Jobs
Get Job Description List GET Get a Job Description Details GET
Skills
Get Skills GET

REFERENCE

Field Definitions
Employees Company Jobs Salary Plan Competencies Composites JobArchitect Skills
Change Log

Delete an Employee

DELETE /cloud/Data/V1/Employee/{EmployeeId}

Remove an existing employee record from CompAnalyst.

URL

https://companalystapi.salary.com/cloud/Data/V1/Employee/{EmployeeId}

Method

DELETE

Request Headers

Authorization: Bearer {AccessToken}

Content-Type: application/json

Glossary

Refer to Employees

Example Request

curl --request DELETE \
    --url https://companalystapi.salary.com/cloud/Data/V1/Employee/102
    --header 'Authorization: Bearer <ACCESS_TOKEN>'

Response Model

200 OK - successfully remove this employee from CompAnalyst system

{
    "WEBAPIStatusCode": 0,
    "WEBAPIStatusDesc": "Success."
}
© Copyright Salary.com 2025. All Rights Reserved. Privacy Policy | Legal