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
}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/holidays/subscriptions/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200
}