Yeah, I know that, but is it possible to do this from the Futon user interface?
On 11 July 2012 17:52, Benoit Chesneau <[email protected]> wrote: > On Wednesday, July 11, 2012, Samuel Williams wrote: > > > As I am new to CouchDB, occasionally I am screwing up my data as I > develop > > my application. > > > > In Futon, I can use the temporary view to "select" the busted records, > but > > is there any way to bulk delete these records? Otherwise, right now I > have > > to manually click through and hit delete for each one which is a bit of a > > pain. > > > > Thanks > > Samuel > > > > Post to _bulk_docs and athe the "_deleted": true properties tao the id and > rev you want to delete. > > benoƮt >
