cURL
curl --request DELETE \ --url https://sajuapi.dev/v1/webhooks/{id} \ --header 'X-API-Key: <api-key>'
whk_
authentication_error
not_found
rate_limited
curl -X DELETE https://api.sajuapi.dev/v1/webhooks/whk_abc123def456 \ -H "X-API-Key: bs_live_xxx"
{ "id": "whk_abc123def456", "deleted": true, "deleted_at": "2025-01-16T15:00:00Z" }
id
deleted
true
deleted_at