Is it possible to remove pluginData for members other than the current user?
My power-up sets data to a member with t.set() when a user calls a function.
When the power-up is requested to remove personal settings or disable itself, I want to remove the pluginData from all users.
I understand t.remove() can remove the pluginData for the current user, but how can I do this for other users?
I would appreciate any suggestion.