MyBB Community Forums

Full Version: Delete a User
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi using the latest version of myBB -- I want to delete a user from outside of the mybb software from inside of another application. What tables, and keys in those tables, should I be deleting? I'm hoping someone has this list cuz there's lots o' tables!

thank you in advance!
https://github.com/mybb/mybb/blob/featur....php#L1636

So MYBB uses $userhandler->delete_user($user['uid']) which is defined in inc/datahandlers/user.php.