Neo4j Drop an Index

In Neo4j, "DROP INDEX ON" statement is used to drop an index from database. It will permanently remove the index from the database.

Example:

Neo4j Drop an index 1

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.

Neo4j Drop an index 2

You can see that index is no longer in the schema.






Latest Courses