for 2 days i'm going nuts with the property bag in SP 2013 using javascript and CSOM.
I was following this post example property bag about writing and reading property bag keys in SP 2013 using CSOM ... and it works great! However can somebody tell how can I delete/update a key ?
So in that example, how you can delete the key using CSOM?
Another question: how can I achieve the same (CRUD) using the new REST API in SP 2013 using jQuery? I'm talking about calling the REST endpoint: http://site_here/_api/web/AllProperties
?