On Mon, November 5, 2012 23:09, Kevin Burton wrote: > 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?
http://wiki.apache.org/couchdb/HTTP_database_API#DELETE CouchDB is pretty well documented (I can assert this as a consumer). Some answers to your questions can easily be googled. E.g., search keywords "couchdb delete database" (no quotes), click the first link. Alex
