remove_column
Permanently delete a column from a content workflow, with all of its cells.
Permanently delete one column from a workflow, along with all of its cells across every row. This cannot be undone. Anyone with access to the agent — including shared team members — can remove a column. No LLM cost.
Authentication: Required
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workflowId | string | Yes | The workflow the column belongs to. Get from create_workflow or list_workflows. |
columnId | string | Yes | The column to permanently delete. Column ids come from add_research_column or the workflow UI. |
Returns
workflowId, syntheticId, and the deleted columnId.