Topic: Can I just delete users from the database?

i have a set of users that i want to delete.

Can i just

delete from users where id in ( ... )

or is there anything i should be aware of when removing users?

Re: Can I just delete users from the database?

Yes, assuming they have no posts, subscriptions, etc.
Check out my version of the User Management plugin

Re: Can I just delete users from the database?

If they have posts, what will happen upon deletion?
if that causes an error to the diplayed pages, is there's a way to do it? deleting a queried/sets of users from the database