Deletes an Essbase user ID.
Syntax
DELETEUSER userName| Parameter | Description |
|---|---|
userName | Name of the user to delete. |
Notes
Deleting the user ID deletes the user from the list of users on the Essbase Server, as well as logging the user out of the active session.
If you want to remove a user from a group without removing the user, use REMOVEUSER instead.
Do not include a group name in the DELETEUSER command line; otherwise, the group will also be deleted.
Example
To delete a user named DANTE:
DELETEUSER "DANTE";
See Also