Removes one or more days off from a specific vacation calendar.
This endpoint allows authorized users to delete multiple 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 vacation calendar from which days off will be deleted.
Requirements:
Request body containing the array of day off IDs to be deleted from the vacation calendar.
Note: All day off IDs must belong to the vacation calendar specified in the path parameter.
Array of day off UUIDs to remove from the vacation calendar.
Validation Rules:
Behavior:
Unique identifier (UUID v4) of the day off to delete
[
"b4c5d6e7-2345-6789-0abc-def123456789",
"c5d6e7f8-3456-7890-1bcd-ef2345678901"
]