Leo Flores
unread,May 6, 2025, 2:45:29 PM5/6/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GAM for Google Workspace
Hi Team,
We're currently working on deleting emails from our organization dated before 2022.
I have a command that pulls from a CSV containing the list of users whose emails need to be deleted—approximately 3000 users in total. I’m currently testing with a `maxtodelete` value of 1,000, but I’d like to increase it to around 10,000. Before doing so, I wanted to check if there are any known limitations or potential issues with setting it that high.
Also, would it be beneficial to add a multiprocessing flag or approach to improve performance and ensure the process runs smoothly?
Here’s the command I’m testing:
gam csv ./emailtest1.csv gam user ~primaryEmail delete messages query "before:2022-01-01" maxtodelete 1000 doit
Thanks!