v1
latestOpenAPI 3.0.22026-07-26480119.6 KBEligibles
Enqueue a bulk deletion of eligible employees
Enqueues an asynchronous operation to remove multiple eligible employees from the company group. The operation is processed asynchronously — use GET /api/v1/operations/{id} to track progress. Maximum of 200 items per request.
post/api/v1/eligibles/bulk_delete
Request body
Example request
{
"source": "hr-system",
"data": [
{
"eligible_identifier": "12345678901"
}
]
}Response
Operation enqueued successfully
Example response
{
"id": 43,
"created_at": "2026-05-21T10:00:00.000Z",
"status": "pending"
}