Delete a webhook by ID
DELETE {{baseInfraUrl}}/{{version}}/webhook/:webhookId
Delete a single Webhook subscription using its id.
NOTE: This action cannot be undone.
RESPONSES
status: OK
{"message":"Webhook successfully deleted","webhook":{"id":"5930589634953216","subscriptions":["contract","credit-note","signer"],"url":"https://webhook.site/287d2ec8-bc67-4a1e-83b9-d3151ebfcfb7"}}