Delete Webhook
This endpoint allows you to delete previously registered webhook
DELETE
/v2/webhooks/{id}
curl \
--request DELETE https://api.squake.earth/v2/webhooks/{id} \
--header "Authorization: Bearer $ACCESS_TOKEN"