Appearance
Delete Command Group Command
Removes one or multiple commands from the command group. The command is not deleted.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Command | array of string | Name of the command ([Command]). | yes | ||
| CommandGroup | string | Name of the command group ([CommandGroup]). | yes |
Result
No fields
Code
text
DELETE COMMAND GROUP COMMAND
COMMAND=[string, Multiple, Needed]
COMMANDGROUP=[string, Needed]