---
title: "Delete a schedule"
method: DELETE
path: "/schedules/{subdomain}"
tags: ["Schedules"]
---

# Delete a schedule

`DELETE /schedules/{subdomain}`

Soft-deletes a schedule, marking it as deleted. The schedule will no longer appear in listings or be accessible. Only the schedule owner can perform this action.

## Path parameters

- `subdomain` string, required

## Response `200`

Schedule deleted successfully

- object
  - `data` object
    - `message` string

## Other responses

- `401` — Missing or invalid API key
- `403` — Only the schedule owner can delete it
- `404` — Schedule not found

## Changes

- **2026-02-11** `e24c8532211b` — 1 info
  - api operation id `delete_schedule` was added
- **2026-02-11** `36ccba39bc4d` — 1 info
  - api operation id `delete_schedule` removed and replaced with ``

[Change history](https://skmtc.dev/eventschedule/apis/event-schedule-api/changes/schedules/:subdomain/delete.md)

---

[API](https://skmtc.dev/eventschedule/apis/event-schedule-api.md) · [All operations](https://skmtc.dev/eventschedule/apis/event-schedule-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eventschedule/event-schedule-api/revisions/fc24d7d227c4/schema)
