curl -X DELETE \
/webhooks/{id} \
--header "Authorization: Bearer <token>"
Delete webhook and all related webhook results
Required permissions:webhook:write
curl -X DELETE \
/webhooks/{id} \
--header "Authorization: Bearer <token>"
Value for the Authorization header parameter.
Webhook identifier
Webhook resource deleted
Was this page helpful?