Skip to content

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]
CommandDescription
authorizationRemove a shared-component authorization scheme
branchRemove a branch from a page
breadcrumbRemove a shared-component breadcrumb
buttonRemove a button from a page
columnRemove a column from an IG / CR / IR region
computationRemove a computation from a page
dynamic-actionRemove a dynamicAction from a page
listRemove a shared-component list
list-entryRemove an entry from a shared-component list
lovRemove a shared-component LOV
pageRemove a whole page from the app (deletes pages/pNNNNN-*.apx)
page-groupRemove a page group
page-itemRemove a pageItem from a page
processRemove a process from a page
regionRemove a region from a page
validationRemove a validation from a page
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