工具 API
xmind_ remove_ topic
Remove a single topic (and its whole subtree) by its id (from the <!--t:id--> anchor in xmind_read_mindmap output). Use this when you want to delete one known topic. Because deleting a topic also deletes every descendant, a topic that has children requires confirm:true — calling without it returns the descendant count so you can confirm the impact first. To make many structural changes at once (add/move/delete several topics, change the hierarchy), use xmind_edit_mindmap instead.
productivityOAuth1 积分
调用信息
- 工具标识
- xmind.xmind_remove_topic
- 服务提供方
- Xmind
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
fileId必填The ID of the mindmap file.
topicId必填The id of the topic to remove (the value inside its <!--t:id--> anchor).
confirmRequired (true) to remove a topic that has descendants. Omit for leaf topics.