Deleting a webhook
To delete a webhook, simply send a request
DELETE /marketplaces/{marketplace}/webhooks/{event_type}
For example to delete the webhook of the registration object:
DELETE https://secure.lyra.com/marketplaces/6f6b04c2-0e99-4f8d-b710-8856f5654bb8/webhooks/registration
In case of success, the server returns a 204 status.