I have tried to run the suggested Cypher query to removed all nodes and relationships like:
START n = node(*) MATCH n-[r]-() DELETE n, r But when I browse to the database I still see "Property Keys". Can/Should those be removed as well? Thank you. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
