---
title: "Delete Operational Webhook Endpoint"
method: DELETE
path: "/api/v1/operational-webhook/endpoint/{endpoint_id}"
tags: ["Webhook Endpoint"]
---

# Delete Operational Webhook Endpoint

`DELETE /api/v1/operational-webhook/endpoint/{endpoint_id}`

Delete an operational webhook endpoint.

## Path parameters

- `endpoint_id` string, required — The Endpoint's ID or UID.

## Response `204`

no content

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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