---
title: "Remove Handler"
method: POST
path: "/webhook/remove_handler"
tags: ["webhook"]
---

# Remove Handler

`POST /webhook/remove_handler`

Removes a webhook handler

## Request body

- object
  - `_id` string, required — Webhook handler ID to remove

## Response `200`

Webhook handler removed

- object
  - `success` boolean, required — Whether the operation succeeded

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden. Insufficient permissions.
- `429` — Too many requests. Rate limit exceeded.
- `500` — Internal server error.

## Changes

> 13 revisions in range; 1 could not be searched.

- **2026-03-02** `fa53dd949b8e` — 7 info
  - api operation id `post_webhook_remove_handler` was added
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - …3 more
- **2024-05-03** `4c3a56636b86` — 1 breaking
  - the request property `_id` became required
- **2024-04-23** `e4bdf6984278` — 1 info
  - endpoint added
- **2024-04-19** `46ceda528000` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/skulabs/apis/skulabs-api/changes/webhook/remove_handler/post.md)

---

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