Delete

  • DEL
  • /workspaces
  • /:workspace
  • /webhooks
  • /:webhook_id

Delete a webhook

Request

REQUIRED SCOPES
WEBHOOK_MANAGE
URL PARAMETERS
workspacerequiredstring
The human-readable ID of the workspace

Example: "my-company"

webhook_idrequiredinteger
The ID of the webhook

Example: 123

Last modified on Jan 26, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace/webhooks/:webhook_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"