Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCE1E9B73 for ; Tue, 27 Sep 2011 20:14:02 +0000 (UTC) Received: (qmail 98797 invoked by uid 500); 27 Sep 2011 20:14:01 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 98754 invoked by uid 500); 27 Sep 2011 20:14:01 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 98746 invoked by uid 99); 27 Sep 2011 20:14:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2011 20:14:01 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcdcu-couchdb-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2011 20:13:53 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R8e1s-0000Np-5R for user@couchdb.apache.org; Tue, 27 Sep 2011 22:13:24 +0200 Received: from 76-219-201-97.lightspeed.irvnca.sbcglobal.net ([76.219.201.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Sep 2011 22:13:24 +0200 Received: from bwcode4u by 76-219-201-97.lightspeed.irvnca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Sep 2011 22:13:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@couchdb.apache.org From: bsquared Subject: Re: how to delete document with empty _id Date: Tue, 27 Sep 2011 13:14:00 -0700 Lines: 16 Message-ID: <86mxdpzqt3.fsf@gmail.com> References: <86k48vt8mt.fsf@gmail.com> <2432A248-3DD9-45F8-8277-0AC6A73B0353@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 76-219-201-97.lightspeed.irvnca.sbcglobal.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:JJqJUaXnbd0UOAkZj/Z8ega7nTc= Thank you, I took your suggestion along with the information on the bulk documents wiki page and came up with this response: [{"ok":true,"id":"2495ec1c0949bae91258f7798b001b88", "rev":"1-de715bf126efc93d225d9e3f8e8eb81a"}] Problem is, that is not the document, or even a document in the specified database. if I request _all_docs the doc in question is still listed. If I request the document _id listed in the above response the new response is: {"error":"not_found","reason":"deleted"} I also tried adding the _rev field but that request error'd with a conflict. -- Regards, Brian Winfrey