Skip to main content
DELETE
/
time-off
/
{uuid}
Delete a time-off period
curl --request DELETE \
  --url https://api.zeeg.me/v2/time-off/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "status": 200
}

Authorizations

Authorization
string
header
required

Path Parameters

uuid
string<uuid>
required

UUID of the time-off period.

Response

Period deleted.

Last modified on April 21, 2026