Delete Webhook

DELETE /v2/webhooks/{id}

This endpoint allows you to delete previously registered webhook

Path parameters

  • id string Required
DELETE /v2/webhooks/{id}
curl \
 --request DELETE https://api.squake.earth/v2/webhooks/{id} \
 --header "Authorization: Bearer $ACCESS_TOKEN"