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

# Delete a webhook

`DELETE /webhooks/{webhookId}`

Deletes a webhook. If this is the last webhook for a form, the webhooks integration will also be marked as deleted.

## Path parameters

- `webhookId` string, required

## Response `204`

Webhook deleted successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Webhook not found

---

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