Skip to main content

Delete a webhook destination

DELETE 

/partner/webhook/:id

Stops deliveries to a destination. Shared by both integrations — it works the same for BNPL and real-estate destinations.

The destination is deactivated, not erased. It keeps appearing in GET /partner/webhook with isActive: false, and its subscriptions are preserved. What changes is that it stops receiving events and stops counting toward your limit of 10 active destinations — so deleting and registering again does not consume quota.

Re-registering the same URL later goes through the normal registration endpoints and issues a new secret; the old one is not recoverable.

Request​

Responses​

Destination deactivated