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
}

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.

Authorizations

Authorization
string
header
required

Path Parameters

uuid
string<uuid>
required

UUID of the time-off period.

Response

Period deleted.

Last modified on April 29, 2026