delete_item
Permanently delete a workflow row.
Permanently delete one row (item) from a workflow, along with its generated cells and outlines. This cannot be undone.
Anyone with access to the agent — including shared team members — can delete a row.
Authentication: Required
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workflowId | string | Yes | The workflow the row belongs to. From create_workflow or list_workflows. |
itemId | string | Yes | The row to permanently delete. Ids come from add_workflow_ideas or the workflow UI. |
Behavior
No LLM cost. The delete cascades to the row's workflow_cells and outlines. Deleting a row that isn't part of workflowId (or belongs to a different agent) returns a not-found error.