I tried to delete all content in my Neo4j 3.3 database through the Neo4j browser. I used:
MATCH (n)
DETACH DELETE n
Unfortunately, the browser is keeping a list of old (obsolete) property keys, so that (after refilling the database) autocomplete still lists these property keys that are gone. Any way to get rid of them?