Skip to content
Get started

Delete a webhook

DELETE/v1/webhooks/{id}

Permanently deletes a webhook endpoint. It will no longer receive events.

Path ParametersExpand Collapse
id: string
formatuuid

Delete a webhook

curl http://localhost:8080/v1/webhooks/$ID \
    -X DELETE \
    -H "Authorization: Bearer $HUB_API_KEY"
Returns Examples