---
title: "Delete a schedule file"
method: DELETE
path: "/schedule_files/{id}"
tags: ["Schedule Files"]
---

# Delete a schedule file

`DELETE /schedule_files/{id}`

Deletes a schedule file and enqueues a job to remove its derived data
downstream.

**Required scope:** `write:schedule_files`

## Response `200`

File deleted; downstream cleanup enqueued

- object
  - `deleted` true, required
  - `id` integer, required

## Other responses

- `401` — Missing or invalid token
- `403` — Token lacks required scope
- `404` — Schedule file not found for the authenticated company
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/getkroo/apis/kroo-api-v3.md) · [All operations](https://skmtc.net/getkroo/apis/kroo-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getkroo/kroo-api-v3/versions/1aeb2b609ff7/schema)
