moa_board_delete
Delete a board key so it disappears from read and list operations, while preserving the deletion record in the append-only JSONL.
Instructions
Tombstone-delete a key: it disappears from read/list; the append-only JSONL keeps the deletion record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| scope | No | Board scope: "workspace" (default — persisted, shared by all sessions of this project), "global" (persisted, cross-project), or "task:<task_id>" (debate-local, archived with the task). | |
| author | No | Who writes this entry (default "anonymous"). Subagents should pass their own agent id. | |
| workspace | No | Optional absolute project path for workspace scope; omitted keeps the server workspaceCwd default. |