Solved
How to clear profile script local variable
Hello.
I have a profile script where I create a local variable using
user.setLocal('name', 'value');
Is it possible to remove this varialbe as if it was never created before instead of using this approach ?:
user.setLocal('name', undefined);