DeleteUser Method (User)
- Last UpdatedNov 06, 2025
- 1 minute read
The DeleteUser() method deletes the specified user. All user group links for this user will be removed. The method includes a modId parameter that can be used for optimistic concurrency control.
Parameters
- UserID
Required. Holds the ID of the user to delete.
- 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.