---
title: "Delete Calendar Event"
method: DELETE
path: "/calendar/events/{event_id}"
tags: ["Calendar"]
---

# Delete Calendar Event

`DELETE /calendar/events/{event_id}`

Delete a calendar event.

This actually soft deletes the event, but we don't actually delete it from the calendar.

## Path parameters

- `event_id` string, uuid, required

## Headers

- `authorization` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
