uc-apx delete
Remove existing apexlang components — the inverse of create. Every
subcommand defaults to blocking the deletion when other constructs
point at the target; pass —force to override and accept that the
resulting file may be rejected by apex validate --official.
Use —dry-run to preview what would be removed without writing.
uc-apx delete [command]Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
authorization | Remove a shared-component authorization scheme |
branch | Remove a branch from a page |
breadcrumb | Remove a shared-component breadcrumb |
button | Remove a button from a page |
column | Remove a column from an IG / CR / IR region |
computation | Remove a computation from a page |
dynamic-action | Remove a dynamicAction from a page |
list | Remove a shared-component list |
list-entry | Remove an entry from a shared-component list |
lov | Remove a shared-component LOV |
page | Remove a whole page from the app (deletes pages/pNNNNN-*.apx) |
page-group | Remove a page group |
page-item | Remove a pageItem from a page |
process | Remove a process from a page |
region | Remove a region from a page |
validation | Remove a validation from a page |
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 |