Hapus ID Objek dari ID tertentu

// remove ObjectId() that srownd the specific mongoDB object id
// by
_id.toString()
// or
_id.valueOf()
Concerned Chimpanzee