Sure, but it'd just be a regular document update (PUT), requiring you
to GET the entire document first, so you've got the rest of the fields
and an up-to-date revision.
Which language/library are you using? Perhaps someone here will
produce an example.
On Jul 16, 2009, at 6:16 PM, Tommy Chheng <[email protected]>
wrote:
How can i delete just a key-value pair but not the whole document?
Ex: { "first_name": "blah", "last_name": "last"} , i want to delete
the kv pair "first_name": "blah" but not the whole document.
Thanks,
Tommy