Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
adlyse-workflows
list_workflowsget_workflowrun_workflowget_run_status
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-workflows

delete_table_column

Delete a column and every value in it. The primary column (the row title) cannot be deleted.

Destructive. confirm_name must equal the column’s exact name. In the in-product agent this tool opens the approval modal.

Parameters#

NameTypeRequiredDefaultDescription
table_idstringyesThe table id
column_idstringyesThe column id from get_table
confirm_namestringyesThe column’s exact name, as confirmation

Returns#

The table schema after the delete, plus deleted_column: {id, name, key}.

Errors#

error_typeWhen
auth_errorMissing / invalid API key
unknown_columncolumn_id is not on this table
confirmation_requiredconfirm_name does not match the column name
invalid_requestThe primary or a system column
not_foundUnknown or platform-managed table