Neo4j Drop an IndexIn Neo4j, "DROP INDEX ON" statement is used to drop an index from database. It will permanently remove the index from the database. Example: As you see in the above screenshot, the index is removed. Verification:schema command is used to verify that the applicable index has been removed from the schema. You can see that index is no longer in the schema. Next TopicNeo4j Drop Constraint |