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.

Authorizations

Authorization
string
header
required

API token obtained from Sesame HR Dashboard > Settings > Integrations > API

Path Parameters

workedHolidayId
string<uuid>
required

Worked Holiday Id

Response

204 - undefined