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

# Deregister a worker

`DELETE /workers/{id}`

Permanently removes a worker from the registry and the database.
If the worker is currently connected its gRPC stream is also cleaned up.

## Path parameters

- `id` string, required

## Response `204`

Worker deleted

## Other responses

- `400` — Invalid worker ID
- `404` — Worker not found
- `500` — Internal error

---

[API](https://skmtc.dev/ibm/apis/ai-services-catalog-api.md) · [All operations](https://skmtc.dev/ibm/apis/ai-services-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/ai-services-catalog-api/revisions/b6ffcee23f74/schema)
