cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How to Delete / Remove Neo4j Parameters

RedInk
Node Link

Greetings,

I have a number of Neo4j Parameters created in both AuraDB and Community 3.5.1...

neoparam.PNG

Is there a way to delete / remove a parameter?

I've tried delete :param myNeo4jParam and remove :param myNeo4jParam, but neither works.

Many Thanks!

1 ACCEPTED SOLUTION

RedInk
Node Link

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.

View solution in original post

2 REPLIES 2

RedInk
Node Link

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.

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/