---
title: "Delete worker"
method: DELETE
path: "/v1/workers/{id}"
tags: ["Workers"]
---

# Delete worker

`DELETE /v1/workers/{id}`

Deletes a worker and cascades cleanup for its tokens, runtime records, and provider-specific resources.

## Path parameters

- `id` string, typeid, required

## Response `204`

Worker deleted successfully.

## Other responses

- `400` — The worker deletion path parameters were invalid.
- `401` — The caller must be signed in to delete workers.
- `404` — The worker could not be found.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/073bc652adfb/schema)
