Greetings,
I have a number of Neo4j Parameters created in both AuraDB and Community 3.5.1...
Is there a way to delete / remove a parameter?
I've tried delete :param myNeo4jParam and remove :param myNeo4jParam, but neither works.
Many Thanks!
Greetings,
I have a number of Neo4j Parameters created in both AuraDB and Community 3.5.1...
Is there a way to delete / remove a parameter?
I've tried delete :param myNeo4jParam and remove :param myNeo4jParam, but neither works.
Many Thanks!
Here is a reference to the use of browser parameters. You can also delete all parameters with:
:params {}
https://neo4j.com/docs/browser-manual/current/operations/query-parameters/
I just learned from @glilienfield that...
"The param is only available in the browser. In fact, it goes away when the window is closed."
Confirmed that a :param 'disappears' when the browser is closed.