Availability Schedule
Delete Time-Off Period
Permanently delete a time-off period by UUID, restoring the user’s availability for that date range.
DELETE
Delete a time-off period
Last modified on April 29, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete a time-off period by UUID, restoring the user’s availability for that date range.
curl --request DELETE \
--url https://api.zeeg.me/v2/time-off/{uuid} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200
}curl --request DELETE \
--url https://api.zeeg.me/v2/time-off/{uuid} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200
}