delete_column
Remove a column from a Markdown table by letter, name, or composite reference. Provide the version hash from read_table to ensure the update succeeds.
Instructions
Delete a column. Requires version hash from read_table.
On success returns ONLY v:{new_hash}.
On error returns JSON with "error" and "message" fields.
Args: file_path: Absolute path to the Markdown file. table_index: 0-based table index from list_tables. version: 12-char hex hash from read_table (after "v:"). column: Column letter ("A"), name ("Priority"), or composite ("B:Priority").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | ||
| version | Yes | ||
| file_path | Yes | ||
| table_index | Yes |