v2

latestOpenAPI 3.1.02026-07-26143251806.6 KB
smart-tables

Delete Column

Delete a column and its cells. The operation creates a new sheet version and may mark downstream dependent cells as stale. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.

delete/api/public/v2/tables/{table_id}/sheets/{sheet_id}/columns/{column_id}

Path parameters

table_idstring uuid required
sheet_idstring uuid required
column_idstring uuid required

Response

Column deleted

successboolean
messagestring
stale_countinteger

Number of stale cells on the sheet after downstream dependency propagation.

versioninteger

Current sheet version_count after the column is deleted.