---
title: "Remove Worker"
method: DELETE
path: "/api/workers/{worker_id}"
tags: ["workers"]
---

# Remove Worker

`DELETE /api/workers/{worker_id}`

Revoke a worker's access. Admin only.

## Path parameters

- `worker_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nexa/apis/farm-intel-api.md) · [All operations](https://skmtc.dev/nexa/apis/farm-intel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexa/farm-intel-api/revisions/b1933769082d/schema)
