Deleting a Webhook
Remove a webhook subscription you no longer need.
Webhooks consume active resources within Guru, so delete them when they are no longer useful:
DELETE https://api.getguru.com/api/v1/webhooks/{webhookId}
Request
curl -X DELETE https://api.getguru.com/api/v1/webhooks/{webhookId} \
-u $GURU_USER:$GURU_TOKENTo find the ID of the webhook you want to delete, list your webhooks with GET https://api.getguru.com/api/v1/webhooks. See Creating a Webhook.
Updated 9 days ago

