I think you can use bulk docs like this to delete it:
{"docs":[ {_id:"", _deleted:true}]}-Damien On Sep 26, 2011, at 12:18 PM, bsquared wrote: > > Hello, > I have a document that was created with an empty _id field. I > think I did this with an update experiment. How can I access the > document to delete it? > > -- > Regards, > Brian Winfrey >
