---
title: "Delete Webhook Endpoint"
method: DELETE
path: "/v3/webhooks/endpoints/{endpoint_id}"
tags: ["Webhooks"]
---

# Delete Webhook Endpoint

`DELETE /v3/webhooks/endpoints/{endpoint_id}`

Permanently removes a webhook endpoint. Events will no longer be delivered to this URL. This action cannot be undone.

## Path parameters

- `endpoint_id` string, required

## Response `200`

Successful response

- object
  - `error` object, nullable
  - `data` object

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `404` — Resource not found
- `429` — Rate limit exceeded

---

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