Skip to main content

Delete Webhook Endpoint

DELETE 

/webhooks/endpoints/:endpointId

Removes one webhook endpoint belonging to the authenticated Refersion user. endpointId is always resolved within the user's own webhook configuration, so another user's id returns the same 404 as an unknown one.

Deleting the same endpoint twice returns 404 on the second call (not idempotent-204 by design), and this operation never auto-provisions a configuration — a user with none simply gets 404.

Request

Responses

Webhook endpoint deleted