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.
Delete a webhook endpoint
curl https://messages.api.linqapp.com/v1/webhook_endpoints/$WH \
-X DELETE \
-H "Authorization: Bearer $LINQ_AMB_API_KEY"