Remove item
remove_itemDelete a task or project from OmniFocus by ID or exact name. Ensures precise removal by rejecting ambiguous or non-matching items.
Instructions
Remove a task or project from OmniFocus
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the task or project to remove. If provided and it matches nothing, the removal fails — it does NOT fall back to the name. | |
| name | No | The name of the task or project to remove (used only when no ID is given). Must match exactly one item; ambiguous names are rejected. | |
| itemType | Yes | Type of item to remove ('task' or 'project') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| tool | Yes | ||
| success | Yes |