Functions - dropEdgeType()
This method removes an edge class from the database.
Removing Classes
In cases where you have deprecated or otherwise no longer require an edge class on the database, you remove the class using this function.
Syntax
db.dropEdgeType(<class>)
<class>
Defines the class you want to remove.