wb_todo_del
Delete a todo permanently by providing its ID prefix. Requires explicit confirmation because the action cannot be undone.
Instructions
删除待办(不可恢复,慎用)。对应 CLI:todo del。参数:id*(id 前缀)。写操作须 confirm:true。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | id 前缀 | |
| confirm | No | 写操作必传 true(安全门) |