delete command
Use the delete command to delete an instance of a setting and UEFI extra settings.
delete command syntax
OneCli.exe config delete <setting_instance> [<options>]
| Parameter | Required/Optional | Notes | 
|---|---|---|
| setting_instance | Required | A unique value is required for this parameter. | 
| --extra-settings-list | Required | UEFI extra settings list which includes all settings that can be added as extra settings. | 
| --extra-settings | Optional | UEFI extra settings that can be exposed. | 
| 
 | Optional | Refer to Table 2. | 
Note
The delete command is used only for a setting instance. It does not work for a normal setting. 
Example of the delete command
OneCli.exe config delete imm.loginid.6 --bmc userid:password@host
Give documentation feedback