Hi
You can do it from the SQL in table OUSR.
when you delete user the system keep it and change the groups to be 99 just change the groups bake to 0
for example if your user is 10 you can run this query :
update OUSR set GROUPS =0
where USERID ='10'
shachar