backlog_delete
Permanently delete a task from the backlog using its ID. Use to remove completed or obsolete items.
Instructions
Delete an item permanently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as | No | OPTIONAL agent identity for this write — an AGENT- doc id or declared principal (e.g. "aime:granite"). Values are trimmed; whitespace-only is treated as absent. | |
| id | Yes | Task ID to delete | |
| home | No | Select the document home for this call. Overrides bridge defaults: global uses the user-wide home; project uses project_root or the bridge project. | |
| project_root | No | Project root for this call. Overrides the bridge project root and selects the project home. |