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

# Delete a schedule

`DELETE /api/schedules/{id}`

## Path parameters

- `id` string, required

## Response `200`

Schedule deleted

- object
  - `success` true, required

## Other responses

- `404` — Schedule not found

---

[API](https://skmtc.net/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.net/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/versions/ef761849166b/schema)
