Description

Removes a user from the current database.

Note: Only Level 1 (Administrator) and Level 2 (System Administrator) users can delete a user.

Syntax

Delete_User (userID)

Parameters

The Delete_User subroutine has the following parameter.

ParameterDescription
userIDThe user identifier.

See also

Create_UserList_Users

Example

run Delete_User("AC")
  • No labels