Command Line Interface Reference 10-255
WS2000>admin(system.userdb.user)> del
Description:
Deletes a user from the database.
Syntax:
Example:
admin(system.userdb.user)>add fred fredpass
admin(system.userdb.user)>add joe joepass
admin(system.userdb.user)>add sally sallypa
admin(system.userdb.user)>show users
List of User Ids :
fred
joe
sally
admin(system.userdb.user)>del sally
admin(system.userdb.user)>show users
List of User Ids :
fred
joe
admin(system.userdb.user)>
Related Commands:
del
<userID>
Deletes the user with the ID <userID> from the database.
add Adds a user to the database.
show users Displays a list of users in the database.