Skip to content
BolderBolder API
Esc
navigateopen⌘Jpreview

Delete a webhook

DELETE/webhooks/{id}
Authorization
AuthorizationBearer token (JWT) · headerrequired
Path parameters
idintegerrequired
Responses
204Webhook deleted
Request
curl -X DELETE "https://api.onbolder.com/v2/webhooks/0" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
Webhook deleted