---
title: "Delete a holiday event"
method: DELETE
path: "/v1/holiday-collections/{collectionId}/events/{id}"
tags: ["Holiday Events"]
---

# Delete a holiday event

`DELETE /v1/holiday-collections/{collectionId}/events/{id}`

## Path parameters

- `collectionId` string, required
- `id` string, required

## Response `200`

Event deleted

## Other responses

- `400` — Bad request
- `401` — Not authorized

---

[API](https://skmtc.net/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.net/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timesheet/timesheet-api/revisions/5bc49bf02dad/schema)
