v3
OpenAPI 3.1.02026-07-311255771.3 MBUnified HRIS API
Delete absence
Delete this absence.
<Note> This endpoint requires the permission **Manage absences** to be enabled in [your scope config](/scopes). </Note>Example Request Body
{
"absence_id": "wXJMxwDvPAjrJ4CyqdV9"
}
delete/hris/absences/{absence_id}
Path parameters
absence_idstring required
The Kombo ID of the absence
The Kombo ID of the absence
Headers
X-Integration-Idstring required
ID of the integration you want to interact with.
Request body
Response
DELETE /hris/absences/:absence_id Positive response
Example response
{
"data": {
"id": "22st2Ji8XpncEYEak8mvQgQF",
"remote_id": "1348",
"employee_id": "JDdUy9kiH5APaGizFrgNmQjM",
"approver_id": "AgXEispYPP1BbToHpqnqcpxy",
"start_date": "2022-08-04",
"end_date": "2022-08-05",
"start_half_day": true,
"end_half_day": false,
"start_time": "13:15:00",
"end_time": "17:00:00",
"amount": 2,
"unit": "DAYS",
"status": "APPROVED",
"employee_note": "Visiting my family.",
"type_id": "xzZoKssDaMZAd62kxayzzQvD",
"remote_created_at": "2022-08-07T14:01:29.196Z",
"remote_updated_at": "2022-08-07T14:01:29.196Z",
"changed_at": "2022-08-07T14:01:29.196Z",
"remote_deleted_at": "2022-08-07T14:01:29.196Z",
"remote_data": null
}
}