ChatterBeamDevelopers
DELETE · webhooks:write

Delete webhook

Execute the delete_webhook capability through REST or MCP with the same authorization and project checks.

DestructiveMinimum role: ownerExternal action

REST

DELETE/api/v1/webhooks/:endpointId
curl "https://chatterbeam.com/api/v1/webhooks/{endpointId}" \
  --request DELETE \
  --header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
  --header "Idempotency-Key: unique-operation-key"

MCP

Tool name: delete_webhook. The tool returns the same structured { data, meta } result as REST.

Input

endpointIdRequired path identifier

Authorization

Required scope: webhooks:write. Scope checks are followed by current project membership and the owner minimum role.

Related resources