Delete Beta user lists in Android Developer Console

I have apps published in my Android developer account. Some of them are released as closed beta, where I use user lists to grant them permission to use. Now I have old lists, and I no longer need them.

Question: how can I delete (if possible) the list? I know how to edit them, add and remove users from them, but how to completely remove the list?

I know this sounds easy, but I can't find a way. Maybe someone at Google forgot to put the delete button ... because more people are asking for it, or maybe I just can't find it. This is a little annoying because all my apps share lists, so I need to choose among many useless lists.

Thanks in advance.

+25
android beta testing
source share
1 answer

Finally, I found a way to reuse the list of testers.

  • Open the developer console
  • Click "Settings" at the bottom of the left navigation bar.
  • .Now again, in the left navigation pane, the second item below reads "Manage mailing lists"
  • If you are “editing” a list in this view, you can at least change the list name
  • This is a way to reuse existing lists

I know that this is not the same as “deleting” a list, but if you just rename a list that is no longer in use and fill it with new names, then this is exactly the same. You can rename your currently unused lists to start with zzz or something else so that they are at the bottom of the list.

Hope this helps! Hooray

+24
source share

All Articles