Removes one or more absence days off from a specific calendar.
This endpoint allows authorized users to delete multiple absence days off in a single request by providing an array of day off IDs..
API token obtained from Sesame HR Dashboard > Settings > Integrations > API
The unique identifier (UUID v4) of the calendar from which absence days off will be deleted.
Requirements:
Request body containing the array of absence day off IDs to be deleted from the calendar.
Note: All day off IDs must belong to the calendar specified in the path parameter.
Array of absence day off UUIDs to remove from the calendar.
Validation Rules:
Behavior:
Unique identifier (UUID v4) of the absence day off to delete
^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$[
"a4185f6c-2c7c-4933-9110-989dcad882fe",
"e882aa04-eb54-44f3-a483-0aa4c1f048fd"
]