v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Employees|Employee

Delete employees.

This functionality permits the deletion of multiple employees concurrently by setting various filters. If the dryRun flag is enabled, no modifications will be made to the live system, and you will receive a simulated success response. If the operation is successful, the list of employees who have been deleted will be provided as a response.

get/employee/delete

Query parameters

employees[byIds][]integer[]

Filters the employee based on the IDs.

employees[byReferences][]string[]

Filters the employees based on the personal numbers.

employees[byCardNumbers][]string[]

Filters the employees based on the driver card numbers.

employees[byIbuttonNumbers][]integer[]

Filters the employees based on the iButton numbers.

employees[byImportKeys][]string[]

Filters the employees based on the employee import IDs.

employees[importSource]string

Name of the external data source. (Default is "*API")

This parameter is only required if the external employee ID is filtered.

dryRunboolean

Simulate the operation (default: false). (No data will be removed) This Parameter is optional.

Response

Success Response: