My JSONStore will store multiple user data on same device, each user have own userId and password.
If one of the users forgot his/her password, I need to destroy his/her JSONStore data using the userId, keeping the other users' intact.
It that possible?
What I know about JSONStore in IBM MobileFirst is:
I have a function to destroy all JSONstore
Only able to destroy particular JSONStore after login (but the user already forgot the password, he can't login)