# Delete a webhook endpoint

**DELETE** `/webhook-endpoints/{webhook_endpoint_id}`

Delete a webhook endpoint by its ID.

### Path Parameters

- `webhook_endpoint_id` `string` _(required)_ — Unique identifier for the webhook endpoint.

**Request**

```shell
curl 'https://api.column.com/webhook-endpoints/<webhook_id>' \
  -XDELETE \
  -u :<YOUR API KEY>
```

**Response 200**

```json
{}
```
