---
title: "Delete Webhook by Id"
method: DELETE
path: "/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Delete Webhook by Id

`DELETE /webhooks/{webhookId}`

Deletes the specified webhook so that it will no longer be notified.

## Path parameters

- `webhookId` string, required

## Response `200`

Webhook was successfully deleted.

## Other responses

- `400` — The passed webhook id was invalid or empty.
- `404` — Webhook with specified id was not found.
- `500` — Internal has occured. The response body may contain more information.

---

[API](https://skmtc.net/signl4/apis/signl4-api-v1.md) · [All operations](https://skmtc.net/signl4/apis/signl4-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signl4/signl4-api-v1/versions/ddbe216a9287/schema)
