---
title: "Delete Webhook Endpoint"
method: DELETE
path: "/webhook_endpoints/{endpoint_id}"
tags: ["webhook_endpoints"]
---

# Delete Webhook Endpoint

`DELETE /webhook_endpoints/{endpoint_id}`

Delete a webhook endpoint to stop delivering webhook notifications to its URL.

## Path parameters

- `endpoint_id` string, uuid, required

## Response `200`

Successful Response

- ResponseOK
  - `message` string

## Other responses

- `401` — Unauthorized
- `402` — Payment Required
- `404` — Not Found
- `422` — Validation Error
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/ragie/apis/ragie-api.md) · [All operations](https://skmtc.dev/ragie/apis/ragie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ragie/ragie-api/revisions/ffdf960539ca/schema)
