Delete a webhook

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://docs.api.memo.bank/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Memo Bank API MCP server": {
  "url": "https://docs.api.memo.bank/mcp"
}
Close
DELETE /v2/webhooks/{id}

Scope: webhooks:write

Path parameters

  • id string(uuid) Required

    ID of the webhook.

Responses

  • 204

    No Content

DELETE /v2/webhooks/{id}
curl \
 --request DELETE 'https://api.memo.bank/v2/webhooks/a1b2c3d4-e5f6-7890-abcd-ef1234567890'