---
title: "Delete imported calendar"
method: DELETE
path: "/icalendar-api/imported-calendars/{importedCalendarId}"
tags: ["Calendar Sync (iCal import)"]
---

# Delete imported calendar

`DELETE /icalendar-api/imported-calendars/{importedCalendarId}`

You can remove imported calendar with one of the following behaviors (strategies) regarding existing imported events.

## Path parameters

- `importedCalendarId` string, required

## Query parameters

- `strategy` 'remove_all_channel_events' | 'remove_past_channel_events' | 'remove_future_channel_events' | 'preserve_channel_events', required

## Response `200`

Imported calendar deleted

## Other responses

- `204`
- `404` — Imported 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)
