delete_webhook
ActiveTool of KaiCalls
declared in 1.0.0
Remove a business outbound webhook by ID. Mirrors DELETE /api/v1/webhooks.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Webhook ID to remove."
},
"business_id": {
"type": "string",
"description": "Business ID (optional only when the token can access exactly one business)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
KaiCalls
https://github.com/cgallic/kai_calls
1/7 registries