Delete user using OpenEdge.DataAdmin.*
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following example shows how to delete a user using the
DeleteUser()
method:
|
Note:
- When executing this example code, if you do not have the necessary privileges to delete the user, an error occurs.
-
After successful execution of the example code, the user is deleted, and the granted roles are disassociated from the deleted user.