Delete a holiday subscription. Authorisation follows the same rule as listing holiday subscriptions: the token owner must be the subscription’s owner or have edit access to that user’s schedules (e.g. team manager).
Per-user holiday overrides associated with the subscription are also removed.
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
}