Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 347 Bytes

File metadata and controls

11 lines (7 loc) · 347 Bytes

Drop Edge Syntax

DROP EDGE edge_type_name

You must have the DROP privilege for the edge type.

This statement removes all the edges (connections) within the specific edge type.

This operation only deletes the Schema data, all the files and directories in the disk are NOT deleted directly, data is deleted in the next compaction.