cURL
curl --request DELETE \ --url https://api.example.com/v1/webhooks/{id}
Delete a webhook
curl -X DELETE https://api.lettr.dev/v1/webhooks/wh_123abc \ -H "Authorization: Bearer le_xxxxxxxxxxxx"
{ "id": "wh_123abc", "object": "webhook", "deleted": true }
not_found