Delete field using curl in couchdb
Posted
by 2x2p1p
on Stack Overflow
See other posts from Stack Overflow
or by 2x2p1p
Published on 2010-04-28T01:11:15Z
Indexed on
2010/04/28
1:13 UTC
Read the original article
Hit count: 381
Hi guys.
I searched and didn't found, can I delete a field of a couchdb's document using curl ?
The most I can do is delete a document :(
curl -X DELETE http://localhost:5984/users/jack?rev=1-cee2abbbe4afefa9b3b5db10260c0c94
Thanks.
© Stack Overflow or respective owner