How to remove a parameter

According to training doc -
If you want to remove an existing parameter from your session, you do so by using the JSON-style syntax and excluding the parameter for your session.
But if there are many parameters set in the session and I just want to remove one of it, is there better way than to using JSON-style to repeat all the existing parameters except the one to be removed?

Thanks.

Hello @openstockalert and welcome to the Neo4j community :slight_smile:

As far as I know, there is no other option than the JSON syntax to update parameters of the session :confused:

Regards,
Cobra