store.store_webhooks immediately, with no soft-delete flag. Historical webhook_deliveries records are retained for audit (the storeWebhookId foreign key is set to null).
Request Body
Example Request
Success Response (200)
Returns the webhook entity as it existed immediately before deletion (so the caller can confirm what was removed). Same shape asadd-webhook.
Response Fields
Errors
Retry policy: Never retry 4xx — fix the request and resubmit. Retry 5xx with exponential backoff (start 5s, max 3 attempts).