DROP INDEX ON

Drop a schema index

The DROP INDEX ON clause will an index on all nodes that have a label.

Reference: schema indexes manual page
Related: :help CREATE INDEX ON :help Schema :help Cypher
DROP INDEX ON :Person(name)
Drop the index on the label Person and property name.