---
title: "Delete a webhook endpoint"
method: DELETE
path: "/v1/webhook-endpoints/{endpoint_id}"
---

# Delete a webhook endpoint

`DELETE /v1/webhook-endpoints/{endpoint_id}`

## Path parameters

- `endpoint_id` string, required

## Response `204`

Webhook endpoint deleted successfully.

## Other responses

- `401` — Missing or invalid API key.
- `404` — Resource not found.
- `422` — Validation error or malformed resource ID.
- `500` — Internal server error.

---

[API](https://skmtc.net/poly/apis/polyai-agents-api.md) · [All operations](https://skmtc.net/poly/apis/polyai-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poly/polyai-agents-api/versions/76f3c606e395/schema)
