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

# Delete webhook

`DELETE /webhooks/{id}`

Delete an instance of WebhookView.

## Path parameters

- `id` string, uuid, required

## Response `204`

There is no content to send for this request, but the headers may be useful.

## Other responses

- `400` — The request is missing required parameters or has invalid parameters
- `401` — Missing or invalid token
- `403` — User does not have permission to access this resource
- `404` — The server cannot find the requested resource.
- `500` — Server error

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
