cURL
curl --request POST \ --url https://api.example.com/api/schedule/absences.delete \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "872815618512410358" ], "options": { "group_action": "single", "allow_partial": true } } '
{ "deleted_count": 123, "deleted": {}, "failed_count": 123, "failed": {} }
Deletes one or multiple absences, possibly including their entire group of repeating absences.
Show child attributes
Absence(s) deleted. When options.allow_partial is true, some absences might not be deleted due to lock dates or permissions.
Result of deleting absence(s).