How to delete deactivated user

Hello,

I need to delete deactivated user. Is it possible somehow? I also tried to delete it manually from DB but still without success.

Thank you
Peter

1 Like

@drydog You would have to delete the user manually from the application database - which might be prevented by conditional indexes. And you should first make sure that the ID isn’t referenced in any of the other tables. Make sure you take a backup first, since they’re a big change that you might corrupt your application database.

Is this a feature you are considering implementing? I think is a really good feature to have. We have some deactivated users that would like to remove (in some cases requested by them) so we don’t have any personal data linked.

1 Like

@orlando You can rename the disabled user if needed. It’s currently not considered to have this option, since audit logging would become incomplete.