Skip to main content
DELETE
Delete an Outbound Webhook
Safety and behavior notes
  • Deleting a webhook also removes its delivery history, not only future configuration.
  • There is no confirmation field; issuing DELETE is the final authorization.
  • The operation has no preview or confirm parameter.
  • Use PATCH with is_active=false when you need a reversible pause.

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Path Parameters

id
string<uuid>
required

Webhook id.

Response

Successful response.

success
enum<boolean>
required
Available options:
true
deleted
enum<boolean>
required
Available options:
true
Last modified on September 8, 2026