arangosh> col = db.example;
[ArangoCollection 951084482, "example" (type document, status loaded)]
arangosh> db._drop(col);
arangosh> col;