Availability Schedule
Delete a Holiday Subscription
Remove a holiday subscription, unblocking the previously held holiday dates from the user’s availability.
DELETE
Delete a holiday subscription
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.
Remove a holiday subscription, unblocking the previously held holiday dates from the user’s availability.
curl --request DELETE \
--url https://api.zeeg.me/v2/holidays/subscriptions/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200
}curl --request DELETE \
--url https://api.zeeg.me/v2/holidays/subscriptions/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200
}