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

# Delete a webhook

`DELETE /webhooks/{uuid}`

Soft-deletes a webhook by UUID.

## Path parameters

- `uuid` string, uuid, required — Webhook UUID

## Response `204`

Webhook deleted

## Other responses

- `401` — Authentication failed. The API key is missing or invalid.
- `404` — Webhook not found
- `429` — Rate limit exceeded. Retry after the X-RateLimit-Reset interval.

---

[API](https://skmtc.dev/modjo/apis/modjo-public-api.md) · [All operations](https://skmtc.dev/modjo/apis/modjo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/modjo/modjo-public-api/revisions/dcae8b3284e8/schema)
