Delete a webhook (soft delete)
DELETE/webhooks/:id
Soft delete — the record is not removed, is_active=0 is set (audit + circuit breaker history preserved). The dispatcher no longer delivers to this endpoint.
Request
Responses
- 200
- 401
- 404
Deleted (soft)
Authentication failed — missing header, wrong credential, outside the IP whitelist, or a revoked key. No detail is leaked; all cases return a single message.
Response Headers
WWW-Authenticate
RFC 7617 Basic Auth challenge
No record or belongs to another reseller (webhook_not_found)