If dest is not provided (or 0), the edge will be removed. This exact edge with the same Muid will never exist again. The only way to "revive" it is to reset the database or its edgeType. In that case, a new edge will be created with the same source, target, value, and properties.
Optionaldest: numbera timestamp to move the edge to. If 0 or not specified, the edge will be removed.
Optionalpurge: booleancompletely remove the edge's entry from the datastore?
Optionalmeta: Metaoptional metadata (may contain: comment, identity, or bundler)
StaticgetStaticload
NOTE: If this edge has been removed, or if its edgeType has been reset, this method will ALWAYS return false. If its edgeType has been reset, it has been replaced with a new edge that has the exact same source, target, value, and properties. Check getEdgesTo and getEdgesFrom on the source and target vertices to find replaced edges.