Skip to main content
DELETE
/
schedule
/
v1
/
worked-holidays
/
{workedHolidayId}
Delete Worked Holiday for an employee
curl --request DELETE \
  --url https://api-{region}.sesametime.com/schedule/v1/worked-holidays/{workedHolidayId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://apidocs.sesametime.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workedHolidayId
string<uuid>
required

Worked Holiday Id

Response

204 - undefined