---
title: "Remove a webhook"
method: DELETE
path: "/api/v1/webhooks/{id}"
tags: ["Webhooks"]
---

# Remove a webhook

`DELETE /api/v1/webhooks/{id}`

Removes the specified webhook.

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Merchant-Code` string, required

## Response `200`

Webhook was deleted successfully.

- WebhookDelete
  - `status` string

## Other responses

- `401` — The request cannot be authorized.
- `404` — You are using an incorrect ID.
- `500` — Something bad happened. We're notified.

---

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