v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Employees
Public API

Delete employee

Permanently deletes an employee record and all associated data.

OAuth Scopes: employee.write

delete/api/v1/employees/{id}

Path parameters

idinteger 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.

Response

Employee deleted successfully.