Skip to main content
DELETE
/
holidays
/
{id}
Delete a holiday
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/holidays/{id} \
  --header 'Authorization: Bearer <token>'
A day off that can be added to a holiday schedule. Ruddr includes several built-in standard holidays, and you can also create custom holidays.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The holiday uuid.

Response

204