Webhooks
DELETE /v1/webhooks/{id} — Remove a Webhook Endpoint
Delete a webhook endpoint and its delivery history.
DELETE
Delete a webhook endpoint
Removes the endpoint permanently, along with its delivery records. To pause deliveries without losing history,
PATCH it with enabled: false instead.
Authentication required. Send your key as Authorization: Bearer csb_pub_.... A read key is enough — managing webhooks moves no money.