manager

Initiate Bulk Remove

Initiate bulk employee removal operation. Returns immediately with operation_id for status polling. Each employee removal is atomic (Clerk + DB or rollback).

The operation runs in the background and updates progress in the database. Use GET /manager/employees/bulk-remove/{operation_id} to check status.

post/manager/employees/bulk-remove

Request body

employee_idsstring[] required

Response

Successful Response

operation_idstring required
operation_typestring required
messagestring required
statusstring required
total_countinteger required
poll_urlstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.