Backlog MCP Server

by fleagne
Verified

backlog_delete_wiki

Delete a wiki page using the Backlog Wiki API. Specify the wiki ID and optionally enable email notifications for confirmation. Streamlines wiki management within the Backlog MCP Server.

Instructions

Delete an wiki using the Backlog Wiki API.

Input Schema

NameRequiredDescriptionDefault
mailNotifyNoTrue make to notify by Email
wikiIdYesWiki page ID

Input Schema (JSON Schema)

{ "properties": { "mailNotify": { "description": "True make to notify by Email", "type": "boolean" }, "wikiId": { "description": "Wiki page ID", "type": "number" } }, "required": [ "wikiId" ], "type": "object" }

You must be authenticated.

Other Tools from Backlog MCP Server

Related Tools

ID: ekxpemr97g