iDRAC7 racadm command to delete indexed user?
Background: R720 utilizing the iDRAC7, 1.57.57 firmware
Been trying to find a way to delete a user account from the DRAC interface. You can add a new user quite easily, but there doesn't seem to be an option to delete a user.
Have searched the web and found the following RACADM command line entry multiple times, but it does not seem to work with iDRAC7...
Syntax: racadm config -g <groupName> -o <objectName> -i <index 1-16> ""
but when I've attempted to use this command with the NULL entry [""], it isn't accepted
PS> racadm config -g cfgUserAdmin -o cfgUserAdminUserName -i 3 ""
ERROR: Invalid syntax. An object value must be specified.
Was this ability removed from iDRAC7? Is there a way to delete a user from iDRAC7?