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

# Delete webhook endpoint

`DELETE /v1/webhooks/{webhook_id}`

Delete a webhook endpoint.
**Requires the Scale plan.**

## Path parameters

- `webhook_id` string, required

## Response `204`

Webhook endpoint deleted successfully

## Other responses

- `403` — Insufficient plan - Scale required
- `404` — Webhook not found
- `500` — Unexpected server error. Retry transient failures with bounded backoff and retain the request ID when contacting support.

---

[API](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1.md) · [All operations](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oilpriceapi/oil-price-api-v1/versions/5a5ce424cacc/schema)
