We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The SQL Drop Index command removes an index on a property defined in the schema.
DROP INDEX <index-name>|<class>.<property>
Where:
DROP INDEX users.Id
For complete index guide look at Index guide.
To know more about other SQL commands look at SQL commands.