Purpose
Removes the specified userid from the Unity-managed systems.
Syntax
ADMIN REMOVE userid ;Parameters
- userid
- Unique user identifier (ID).
Usage Considerations
- This command results in an error if the user id does not exist.
- The internal user admin cannot be removed.
Examples
unityadmin> ADMIN REMOVE adminExampleID;
Successfully removed the administrator 'adminExampleID'.