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
}Documentation Index
Fetch the complete documentation index at: https://developer.zeeg.me/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.zeeg.me/v2/time-off/{uuid} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200
}