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

# Delete a webhook

`DELETE /webhooks/{id}`

Soft delete a webhook by ID. This marks the webhook as deleted but retains the data.

## Path parameters

- `id` string, uuid, required

## Response `200`

Webhook deleted successfully

- MessageResponse — Simple success response with a message
  - `message` string, required — Success message

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist
- `429` — Too Many Requests - Rate limit exceeded

---

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