Skip to content

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]
FlagTypeDefaultDescription
--dry-runShow what would be deleted without writing
--forceDelete even when other constructs reference the target
--pagestringTarget page (numeric ID, alias, or name) [required]
--regionstringParent region id on the page [required]
FlagTypeDefaultDescription
--app-dirstring.Path to the APEX application directory
--json-prettyOutput in pretty-printed JSON (human-readable) instead of minified JSON
--toonOutput in TOON format (human-readable, token-efficient) instead of JSON