---
title: "Delete the worker entry"
method: DELETE
path: "/v2/workers/{worker_id}"
tags: ["v2"]
---

# Delete the worker entry

`DELETE /v2/workers/{worker_id}`

This will delete the worker and their statistics. Will not affect the kudos generated by that worker for their owner.
Only the worker's owner and an admin can use this endpoint.
This action is unrecoverable!

## Headers

- `apikey` string
- `Client-Agent` string
- `X-Fields` string, mask

## Response `200`

Delete Worker

- DeletedWorker
  - `deleted_id` string — The ID of the deleted worker.
  - `deleted_name` string — The Name of the deleted worker.

## Other responses

- `401` — Invalid API Key
- `403` — Access Denied
- `404` — Worker Not Found

---

[API](https://skmtc.dev/haidra-org/apis/ai-horde.md) · [All operations](https://skmtc.dev/haidra-org/apis/ai-horde/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/haidra-org/ai-horde/revisions/dfeb0bedd935/schema)
