---
title: "Delete Schedule"
method: DELETE
path: "/api/v1/schedules/{schedule_id}"
tags: ["schedules"]
---

# Delete Schedule

`DELETE /api/v1/schedules/{schedule_id}`

Delete a schedule by its ID. This will only work on `IMPERATIVE` schedules that were created in the dashboard or using the imperative SDK functions like `schedules.create()`.

## Path parameters

- `schedule_id` string, required

## Response `200`

Schedule deleted successfully

## Other responses

- `401` — Unauthorized request
- `404` — Resource not found

---

[API](https://skmtc.net/winsenlabs/apis/trigger-dev-v3-rest-api.md) · [All operations](https://skmtc.net/winsenlabs/apis/trigger-dev-v3-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/winsenlabs/trigger-dev-v3-rest-api/versions/737c498e605b/schema)
