Skip to main content
DELETE
cURL
Permanently remove a webhook. No further events are delivered to that URL, and the signing secret is invalidated.
To pause deliveries without losing the webhook, update it to enabled: false instead. Send Idempotency-Key when retrying a delete. A matching retry returns the original response instead of deleting again.

Authorizations

Authorization
string
header
required

API key authentication. Send your key in the Authorization header as Bearer oxi_sk_live_.... Live keys require an active Pro subscription and return live data.

Headers

Idempotency-Key
string

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.

Required string length: 1 - 255

Path Parameters

id
integer<int64>
required

Webhook endpoint id owned by the authenticated API key user.

Response

Webhook destination

object
string
required
Allowed value: "webhook"
data
object
required
meta
object
required