added

API - Added ability to delete Webhooks

🚀 Feature Release

Delete webhook endpoint is now available in the API. This new endpoint requires the access scope write:device.
Simply call to the endpoint below to delete a webhook.

DELETE /webhooks/{hookId}