How to clear the entity value

I remember before we used to do it through script node
context.entitities.= “”
This used to work but now I don’t see that node anymore. So please help me with clearing the entity value.
This is urgent so please provide the solution.

Thanks,

1 Like

Hi,

You can use UserSession.delete("entity_to_delete");

You can read more Here