uc-apx delete column
Delete a column <id> ( ... ) child of an interactiveGrid, classicReport,
or interactiveReport region. The column id is its construct id (typically
the database column name like MATCH_ID). Blocks by default when any
other construct references the column — pass —force to override.
To remove just one block from a column (e.g. drop the LOV but keep the
column itself) use uc-apx edit column --lov '' style flags instead.
uc-apx delete column <id> [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run | Show what would be deleted without writing | ||
--force | Delete even when other constructs reference the target | ||
--page | string | Target page (numeric ID, alias, or name) [required] | |
--region | string | Parent region id on the page [required] |
Global Flags
Section titled “Global Flags”| Flag | Type | Default | Description |
|---|---|---|---|
--app-dir | string | . | Path to the APEX application directory |
--json-pretty | Output in pretty-printed JSON (human-readable) instead of minified JSON | ||
--toon | Output in TOON format (human-readable, token-efficient) instead of JSON |