The Drop Index command removes an index on a property defined in the schema.
DROP INDEX <index-name>|<class>.<property>
Where:
- class is the class of the schema
- property, is the property created into the class
DROP INDEX users.Id
The Drop Index command removes an index on a property defined in the schema.
DROP INDEX <index-name>|<class>.<property>
Where:
DROP INDEX users.Id