arangosh> col = db._example; [ArangoCollection 73761, "_example" (type document, status loaded)] arangosh> db._drop("_example", { isSystem: true }); arangosh> col; [ArangoCollection 73761, "_example" (type document, status deleted)]