## Delete a webhook endpoint

**delete** `/v1/webhook_endpoints/{wh}`

Stops deliveries permanently and removes the endpoint from your list.

The record itself is retained so the deliveries it already received stay
attributable; it stops receiving, stops being listed, and stops
counting against your endpoint limit.

### Path Parameters

- `wh: string`

### Example

```http
curl https://messages.api.linqapp.com/v1/webhook_endpoints/$WH \
    -X DELETE \
    -H "Authorization: Bearer $LINQ_AMB_API_KEY"
```
