Logo
Profit.co's Public API Documentation

Delete User

GET https://api.profit.co/app/dao/v6/employees?a=endEmployment&employeeId=<EMPLOYEE_ID>&endDate=MM/dd/yyyy&productCode=profit&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>

To delete the user by EmployeeId

 

Body PARAM

Key Datatype Required Description 
a
string action type
employeeId
string Required : Employee Id
endDate
string
productCode
string Required: Product code
apiKey
string Required: API key of your Profit.co Account
accessKey
string Required: Access key of your Profit.co Account



HEADERS

Key Datatype Required Description 




RESPONSES

Curl
curl -X GET 'https://api.profit.co/app/dao/v6/employees?a=endEmployment&employeeId=<EMPLOYEE_ID>&endDate=MM/dd/yyyy&productCode=profit&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>?a=endEmployment&employeeId=<EMPLOYEE_ID>&endDate=MM/dd/yyyy&productCode=profit&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>'

ENDPOINTS