I’ve tried searching the docs and this forum, but I can’t find the answer. What’s the easiest way to remove users? I don’t see that option in the UI, so I’m guessing I’ll need to do it from the terminal. Is this right?

You’re correct – you will have to do it directly from the database :frowning: You can follow this issue for updates on when a saner solution is implemented.

I was able to remove a user via SSH. Here’s what I did.

  1. SSH into server
  2. cd /opt/redash/current
  3. sudo -u redash bin/run ./manage.py users delete useremail@domain.com

I was only able to delete a user created via the web UI. A user I added via SSH I was not able to delete.