---
title: "Delete a holiday calendar"
method: DELETE
path: "/v3/holiday-calendars/{id}"
tags: ["Holiday Calendars"]
---

# Delete a holiday calendar

`DELETE /v3/holiday-calendars/{id}`

<small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>

Deletes a custom holiday calendar. Only custom calendars can be deleted.

## Path parameters

- `id` integer, required

## Response `204`

Holiday calendar deleted successfully. The response body is empty.

- unknown

## Other responses

- `400` — Invalid id parameter
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — Cannot delete predefined (non-custom) calendars, or user lacks scope
- `404` — Holiday calendar not found
- `429` — Too Many Requests

---

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