---
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 — The ID of the webhook handler to remove

## Response `200`

OK

## Other responses

- `400` — Malformed request. Check that you have the correct parameters and that they are formatted correctly.
- `401` — Unauthorized. Did you forget to include your API key?

## Changes

- **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/b02ec7e89f32/schema)
