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

# Delete webhook

`DELETE /webhooks/{id}`

Delete a webhook from the current workspace. The webhook will no longer receive events.

## Path parameters

- `id` string, uuid, required

## Response `200`

Webhook deleted

- object
  - `success` boolean — Whether the webhook was deleted

## Other responses

- `401` — Unauthorized - Missing or invalid API key
- `404` — Not Found - Resource does not exist

---

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