Documentation/Graph Query Language
TRUNCATE
The truncate statement removes all data and all indices from an given and existing type.
TRUNCATE identifier
- The identifier is the name of the type. For example “TRUNCATE User’ will remove all data and indices of the object ‘User’.
