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 \
 -X DELETE https://api.squake.earth/v2/webhooks/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"