---
title: "Delete a worker webhook"
method: DELETE
path: "/api/workers/{workerId}/webhook"
tags: ["Webhooks"]
---

# Delete a worker webhook

`DELETE /api/workers/{workerId}/webhook`

Remove the webhook from a worker. Both `url` and `token` are cleared and no further deliveries are attempted. Only the worker creator can delete the webhook.

## Path parameters

- `workerId` string, required

## Response `200`

Cleared webhook configuration.

- Webhook
  - `url` string, nullable, required — HTTPS endpoint that receives webhook deliveries when a task completes. `null` when no webhook is configured.
  - `token` string, nullable, required — Shared secret sent in the `X-Handinger-Token` header on each delivery. `null` when no webhook is configured.

## Other responses

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

## Changes

- **2026-05-11** `739921ecbe94` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ramensoft/apis/handinger-api/changes/api/workers/:workerId/webhook/delete.md)

---

[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)
