Have you renamed the database name "users" (by default is "_users")?
CGS On Wed, Jun 20, 2012 at 6:28 PM, Gregor Martynus <[email protected]>wrote: > I'm quite sure that this worked before, but doesn't seem to work anymore. > > Let's say I have a user account "test" and am signed in as "test". > The _rev number of users/org.couchdb.user:test is '1-234' > > Shouldn't I be able to delete my own account with > DELETE /users/org.couchdb.user:test?rev=1-234 > ? > > I get a 404 response, but am still signed in as test > > The same happens when I try to PUT the document with _deleted: true ... > > Any idea? > > -- > Gregor > >
