How to delete tens of thousands of global variables?

@layasa Could you restart the app and send a request that has the following test script code?

pm.globals.clear(); // This will remove all globals, use with caution.
1 Like