Skip to main content

delete_item

Removes an item from a project by its id.

Tool name: delete_item

Parameters

ParameterTypeRequiredDefaultDescription
projectIdstringYesTarget project (map) id.
itemIdstringYesId 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-..."
}