Delete a hook
curl --request DELETE \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/hooks/{id} \
--header 'Authorization: <api-key>'Webhooks
Delete a hook
DELETE
/
repos
/
{owner}
/
{repo}
/
hooks
/
{id}
Delete a hook
curl --request DELETE \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/hooks/{id} \
--header 'Authorization: <api-key>'