---
title: "Delete Event"
method: DELETE
path: "/calendar/delete/{event_id}"
tags: ["provider", "calendar"]
---

# Delete Event

`DELETE /calendar/delete/{event_id}`

## Path parameters

- `event_id` string, required

## Query parameters

- `recurrence_modification_mode` 'this' | 'future' | 'all' — Enum representing the different modes for handling recurring event modifications Used when modifying recurring events to specify which occurrences should be affected
- `cancellation_reason` string, nullable

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
