Console Command Delete - aemadrid/orientdb GitHub Wiki
Delete one or more records from the current database.
delete from <class|cluster:<cluster>> [<conditions>](where)
> delete from Profile where nick is null
Deleted 123 record(s) in 0,012000 sec(s).
To know more about the SQL syntax used in Orient take a look to: SQL-Query.
This is a command of the Orient console. To know all the commands go to Console-Commands.