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

# Delete a webhook endpoint

`DELETE /v1/webhooks/{uuid}`

Delete a webhook endpoint. Didit ID stops delivering events to it immediately. A successful deletion returns no response body.

## Path parameters

- `uuid` string, uuid, required

## Response `204`

The webhook endpoint was deleted. No response body is returned.

---

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