@tchambers And then you would still have all of those accounts (and their data) in your DB, so now you need to refresh them periodically to ensure their data is up-to-date. Or you need to garbage-collect what is in your database to avoid it growing forever with "useless” data (a real problem already, this will make it worse), but this adds again a lot more complexity.