You're viewing a demo portfolio

Join the waitlist
PRSM

delete_webhook

Active

Tool 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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

KaiCalls

https://github.com/cgallic/kai_calls

1/7 registries
View full server →
delete_webhook — KaiCalls — PRSM MCP