Delete absences.
This endpoint enables the deletion of absences based on various filters. Please note that each absence day is a unique instance with a distinct ID. In case the dryRun flag is enabled, the response will be simulated, and no live data will be altered. Please be aware that absences have the potential to impact the time account of employees.
Query parameters
Filters the absences based on the employee personal number.
Filters the absences based on the given date.
Filters the absences based on the given date.
Filters the absences based in the absence types
Filters the absences based on the internal id.
Simulate the operation (default: false). (No data will be removed) This Parameter is optional.
Response
Success Response:
Example response
{
"deletedAbsences": [
{
"date": "2015-02-20",
"updatedAt": "2015-02-20"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.