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