---
title: "Delete exported calendar"
method: DELETE
path: "/icalendar-api/exported-calendars/{exportedCalendarId}"
tags: ["Calendar Sync (iCal export)"]
---

# Delete exported calendar

`DELETE /icalendar-api/exported-calendars/{exportedCalendarId}`

Keep in mind - when you remove an exported calendar, any services that use its URL will encounter a 404 error.
    To permanently delete the exported calendar, use the following request.

## Path parameters

- `exportedCalendarId` string, required

## Response `200`

Exported calendar deleted

## Other responses

- `204`
- `404` — Exported calendar not found

---

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