Delete employee

Permanently deletes an employee record and all associated data.

OAuth Scopes: employee.write

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The internal employee ID of the employee to delete. Use id from Get Employee (get-employee), employeeId from List Employees (list-employees), or eeid from the employee dataset. Do not pass employeeNumber (the editable Employee # value); it may fail with 404 or target a different employee if its value matches another employee's internal employee ID.

Responses
204

Employee deleted successfully.

403

Insufficient permissions.

404

Employee not found.

500

Internal server error.

Language
Credentials
OAuth2
Missing 1 required scope
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!