Delete Webhook
Soft-deletes a webhook destination owned by the authenticated API key user. Existing delivery audit rows remain retained.
enabled: false instead.
Send Idempotency-Key when retrying a delete. A matching retry returns the original response instead of deleting again.Authorizations
API key: Authorization: Bearer oxi_sk_live_... for live data (requires an active Insider subscription), or oxi_sk_test_... for sandbox/test mode (free account, deterministic fixture data, no live rows). Both key classes use the same paths; the prefix selects live vs sandbox.
Headers
Optional safe-retry key. Reuse the same value only when retrying the exact same mutation request body; a different body returns 422 and an in-flight matching request returns 409.
1 - 255Path Parameters
Webhook endpoint id owned by the authenticated API key user.