Unregister webhook
MCP
unregister_webhookWRITE$0.02 / callRemove a webhook by its id (Free). Caller must own the workspace.
Arguments
Webhook id (from list_webhooks).
Call it#
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "unregister_webhook",
"arguments": {
"webhook_id": 0
}
}
}curl -X POST 'https://docsbook.io/api/mcp/server' \
-H 'Authorization: Bearer dbk_YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"unregister_webhook","arguments":{"webhook_id":0}}}'