---
title: "Cancel a worker schedule"
method: DELETE
path: "/api/workers/{workerId}/schedules/{scheduleId}"
tags: ["Schedules"]
---

# Cancel a worker schedule

`DELETE /api/workers/{workerId}/schedules/{scheduleId}`

Cancel a scheduled task for a worker.

## Path parameters

- `workerId` string, required
- `scheduleId` string, required

## Response `200`

Cancellation result.

- CancelWorkerScheduleResponse
  - `cancelled` boolean, required

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `429` — Rate limit exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.dev/ramensoft/apis/handinger-api.md) · [All operations](https://skmtc.dev/ramensoft/apis/handinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ramensoft/handinger-api/revisions/95b6b61a63ef/schema)
