Supprimer l'ID d'objet de l'ID spécifique

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