---
title: "Delete Webhook Endpoint"
method: DELETE
path: "/v1/webhooks/endpoints/{id}"
tags: ["webhooks", "public"]
---

# Delete Webhook Endpoint

`DELETE /v1/webhooks/endpoints/{id}`

Delete a webhook endpoint.

**Scopes**: `webhooks:write`

## Path parameters

- `id` string, uuid4, required — The webhook endpoint ID.

## Response `204`

Webhook endpoint deleted.

## Other responses

- `404` — Webhook endpoint not found.
- `422` — Validation Error

---

[API](https://skmtc.net/polar/apis/polar-api.md) · [All operations](https://skmtc.net/polar/apis/polar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polar/polar-api/versions/964f974aceff/schema)
