Using the document destroy api it's currently possible if doc id and rev is null/undefined to delete the db. Couchdb handles the case where doc is null but a rev id is passed in and the case where doc is passed in but no rev, however nothing protects you on couchdb when both those parameters are undefined.
Using the document destroy api it's currently possible if doc id and rev is null/undefined to delete the db. Couchdb handles the case where doc is null but a rev id is passed in and the case where doc is passed in but no rev, however nothing protects you on couchdb when both those parameters are undefined.