deleteProperty not working on a Vivoactive?

I'm wondering if anybody else is seeing strange behavior with `Toybox.Application.deleteProperty()` on the Vivoactive.

The call to `deleteProperty` appears to work temporarily in that a `getProperty` immediately afterwards returns `null` as expected.

However, if the app is a widget and I swipe away and swipe back, then the key mysteriously returns, almost as if the change wasn't truly 'committed'.

My work around for this has been to use `setProperty` to set the value to the empty-string, and this does pass the swipe-away/swipe-back test.

This is fine temporarily I think, but I'm worried about leaking keys long-term and eventually running out of space.

Anyone else see this type of behavior?