Skip to main content
DELETE
Remove

Remove Webhook URL

This endpoint allows removing the webhook URL associated with a specific event.
  • The event parameter must be provided in the path
  • Once deleted, the event will no longer send notifications to any registered URL

Path Parameters

string
required
The event type for which to remove the webhook URLExample: onboarding

Response

Returns 204 No Content on successful deletion.

Request Example