Any way to mass delete storage (in console)?


would be really helpful and save a lot of time

Hello @axilirate,

You can wipe all data at the bottom of the Console configuration page.

If a more fine grained deletion is needed, we suggest setting up a custom RPC with some custom SQL to truncate the desired tables or delete specific rows. We’d advise this RPC to only be exposed in a development environment.

Best.