Delete a time-off period. Authorisation follows the same rule as listing and updating time-off.
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
}