DROP VIEW
Removes a aview from the schema.
Syntax
DROP VIEW <viewName>
<viewName>
Examples
Remove the class Account:
Account
orientdb> DROP VIEW Account
DROP VIEW Account