---
title: "Delete a webhook endpoint"
method: DELETE
path: "/api/v{version}/webhooks/endpoints/{endpointId}"
tags: ["webhooks"]
---

# Delete a webhook endpoint

`DELETE /api/v{version}/webhooks/endpoints/{endpointId}`

Deletes a webhook endpoint permanently

## Path parameters

- `version` string, required
- `endpointId` string, required

## Headers

- `X-Tenant` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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