---
title: "Delete Schedule"
method: DELETE
path: "/agents/{agent_id}/schedules/{schedule_name}"
tags: ["Schedules"]
---

# Delete Schedule

`DELETE /agents/{agent_id}/schedules/{schedule_name}`

Delete a schedule permanently.

## Path parameters

- `schedule_name` string, required
- `agent_id` string, required

## Response `200`

Successful Response

- DeleteResponse
  - `id` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/terminaluse/apis/sb0-api.md) · [All operations](https://skmtc.net/terminaluse/apis/sb0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/terminaluse/sb0-api/revisions/f24a474dc415/schema)
