Delete Method (UserName)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified user name record from the User_Name table.
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- userId
Required. Holds the ID of the user. For example, the employee number or name of the employee.
- modId
- Required. Holds a modification ID value to avoid data contention. The passed value must match the record's modification ID value for the record to be deleted.