deleteUser
Syntax
deleteUser(userId)
Arguments
userId a string indicating a user name.
Details
Delete a user. It removes the user from all the groups she belongs to.
Examples
deleteUser(`JohnSmith);
deleteUser(userId)
userId a string indicating a user name.
Delete a user. It removes the user from all the groups she belongs to.
deleteUser(`JohnSmith);