---
title: "Delete schedule"
method: DELETE
path: "/v3/agents/{agent_key}/schedules/{schedule_id}"
tags: ["Agent Schedules"]
---

# Delete schedule

`DELETE /v3/agents/{agent_key}/schedules/{schedule_id}`

Permanently removes a schedule from NATS, Mongo, and the Redis cache.

## Path parameters

- `agent_key` string, required — The unique routing key of the agent the schedule belongs to.
- `schedule_id` string, required — The schedule's ULID, as returned from create.

## Response `204`

Schedule deleted.

## Other responses

- `404` — Schedule not found, or belongs to a different agent.

---

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