PendiumDocs

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

ParameterTypeRequiredDescription
workflowIdstringYesThe workflow the column belongs to. Get from create_workflow or list_workflows.
columnIdstringYesThe column to permanently delete. Column ids come from add_research_column or the workflow UI.

Returns

workflowId, syntheticId, and the deleted columnId.

On this page