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