Delete a table column
Delete a column. Blocked while other formula columns depend on it, unless replace_with_column_id names the column their references should point at instead — the dependents are rewritten first, then the delete proceeds. Cancels ONLY the column’s own lineage run; other active runs keep running and skip the deleted column. To delete a column together with its dependents — a whole column group, say — use the batch delete, where dependents inside the batch never block it.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Repoint dependent columns' references at this column before deleting. Omit to refuse the delete while dependents exist.