delete_item
Removes an item from a project by its id.
Tool name: delete_item
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
projectId | string | Yes | — | Target project (map) id. |
itemId | string | Yes | — | Id of the item to delete, e.g. from get_project. |
Returns
{ "deleted": true, "itemId": "11aa22bb-..." }
Example
"Remove the outdated 'Q2 Goals' label."
{
"projectId": "a1b2c3d4-...",
"itemId": "11aa22bb-..."
}