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

# Delete a webhook

`DELETE /webhooks/{id}`

Permanently removes a webhook endpoint. Any in-flight or queued deliveries
for this endpoint are abandoned. There is no soft-delete - use
`enabled: false` if you want to pause deliveries temporarily.

## Path parameters

- `id` string, required

## Response `204`

There is no content to send for this request, but the headers may be useful.

---

[API](https://skmtc.net/polygon-technology/apis/polygon-oms-public-api.md) · [All operations](https://skmtc.net/polygon-technology/apis/polygon-oms-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polygon-technology/polygon-oms-public-api/revisions/18fdaebf64e5/schema)
