Delete a webhook
DELETE/v1/webhooks/{id}
Permanently deletes a webhook endpoint. It will no longer receive events.
Path Parameters
id: string
formatuuid
Delete a webhook
curl http://localhost:8080/v1/webhooks/$ID \
-X DELETE \
-H "Authorization: Bearer $HUB_API_KEY"