Documentation/Graph Query Language
DROP TYPE
The drop type statement removes a previously created object-scheme and all its attributes.
DROP TYPE identifier
- To drop the type “User” enter: DROP TYPE User
The drop type statement removes a previously created object-scheme and all its attributes.
DROP TYPE identifier