---
title: "Delete webhook"
method: DELETE
path: "/hooks/{hook_id}"
tags: ["Webhooks"]
---

# Delete webhook

`DELETE /hooks/{hook_id}`

Delete a webhook by its ID. (Permitted scopes: **fax:all:edit**, **fax:webhook:edit**)

## Path parameters

- `hook_id` string, required

## Response `200`

Webhook was successfully deleted

## Other responses

- `400` — Error object in case there's a problem with given data
- `500` — Error object in case there's a server error

---

[API](https://skmtc.net/fax/apis/fax-plus-rest-api.md) · [All operations](https://skmtc.net/fax/apis/fax-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fax/fax-plus-rest-api/revisions/c1afc85d2c15/schema)
