Documentation/Graph Query Language
DROP INDEX
The drop index statement drops the index from an attribute of an object.
FROM id DROP INDEX identifier edition_expr
- Example: ‘FROM User DROP INDEX IDX_Name’
edition_expr
EMPTY | EDITION identifier
- If an edition for an index is given then this index is droped
