---
title: "Delete Webhook"
method: DELETE
path: "/api/v1/hooks/{id}"
tags: ["Webhooks"]
---

# Delete Webhook

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

Deletes a registered callback URL that we are posting document events to.

## Path parameters

- `id` string, uuid, required — Unique identifier for a webhook.

## Response `204`

no content

## Other responses

- `404` — not found
- `429` — rate limit exceeded

---

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