curl -X DELETE "https://api.foxreach.io/api/v1/webhooks/cwh_abc123" \ -H "X-API-Key: otr_your_key"
{ "data": { "id": "cwh_abc123", "deleted": true } }
Delete a webhook. It will stop receiving events immediately.
404