Employees
Delete Employee
Delete an employee (soft delete by default, or hard delete with query parameter)
DELETE
Authentication
This endpoint requires Bearer token authentication with one of the following roles:super_adminhr_manager
Path Parameters
string
required
The unique identifier of the employee (UUID format)
Query Parameters
boolean
default:"false"
If set to
true, permanently deletes the employee. Otherwise performs a soft delete.Response
boolean
Indicates if the request was successful
string
Confirmation message