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 9C294D8EE for ; Tue, 6 Nov 2012 04:35:30 +0000 (UTC) Received: (qmail 61706 invoked by uid 500); 6 Nov 2012 04:35:29 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 61666 invoked by uid 500); 6 Nov 2012 04:35:29 -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 61641 invoked by uid 99); 6 Nov 2012 04:35:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2012 04:35:28 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ziggythehamster@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2012 04:35:22 +0000 Received: by mail-lb0-f180.google.com with SMTP id ge1so71595lbb.11 for ; Mon, 05 Nov 2012 20:35:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=uR0yA3V7EUYhIrJD+6GN5KwsA9LzOfLSVsP9amc8+Pg=; b=ajVOUBAFqIGbYJcuXfTcuTQPBk5zv0uWNzPUBmfMtMJfc1uPNgYxvUFS0EkKth8UHU IXHx6tDP7vdKPm6zeIwoeKCgOGqnw6kA17cvHumOxT4PojFye5DBeuQgfNKq20uxRlfE frpcTx7Bx+mZFJYsjtr7YAaleF79CllSZ5G6MrzsoqvmS1UE1hKjKQLhWPeRKeCFjk0v hUhDtLWejvfi12VvPihxxABKipNO9A0POXBbdYVi7alYYPtQsF5UDxoiDzI2bBquqQJ5 HOFNqZF9l+qzSB98PdtNLoQ7HEOEJkF8houZzHEBJxW3jxGyyOSYmU6lL4pq59bJaXrL n3yw== MIME-Version: 1.0 Received: by 10.112.27.97 with SMTP id s1mr4794968lbg.135.1352176501453; Mon, 05 Nov 2012 20:35:01 -0800 (PST) Sender: ziggythehamster@gmail.com Received: by 10.112.155.71 with HTTP; Mon, 5 Nov 2012 20:35:01 -0800 (PST) In-Reply-To: References: <015501cdbbd3$4b67a670$e236f350$@charter.net> <016201cdbbd4$8fff5a70$affe0f50$@charter.net> Date: Mon, 5 Nov 2012 22:35:01 -0600 X-Google-Sender-Auth: ne1DYpgpzTNTAnhOZ--eq_YfKsE Message-ID: Subject: Re: Clearing a database. From: Keith Gable To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=bcaec554d9480af49e04cdcc2025 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec554d9480af49e04cdcc2025 Content-Type: text/plain; charset=ISO-8859-1 You have to specify the revision you have to delete though. DELETE /db/doc?rev=blah DELETE /db, PUT /db should work --- Keith Gable A+ Certified Professional Network+ Certified Professional Storage+ Certified Professional Mobile Application Developer / Web Developer On Mon, Nov 5, 2012 at 10:22 PM, Dustin Sallings wrote: > "Kevin Burton" > writes: > > > Something like > > > > curl -X PUT http://127.0.0.1:5984/baseball would create a "baseball" > > database. Would curl -X DELETE http://127.0.0.1:5984/baseball remove it? > > What did it do when you tried it? :) > > -- > dustin > > --bcaec554d9480af49e04cdcc2025--