Aperçu

Unregister webhook

MCPunregister_webhookWRITE$0.02 / call

Remove a webhook by its id (Free). Caller must own the workspace.

Arguments
webhook_idintegerrequired

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}}}'

Cette page vous a-t-elle été utile ?