I'm getting the following error attempting to remove a user from the User entity. There are no Group associations and all Role associations were removed prior to programmatically firing the DeleteUser() action. The same error is thrown when I attempt to delete the user with the OutSystems User Utility.
The DELETE statement conflicted with the REFERENCE constraint "OSFRK_OSUSR_PJE_SUBJECTMEMBER_OSSYS_USER_USERID". The conflict occurred in database "BHYGUT029", table "dbo.OSUSR_PJE_SUBJECTMEMBER", column 'USERID'.
The statement has been terminated.
Any help or direction would be greatly appreciated.