Deleting data in the LocalStorage

Is there some way to delete cached and stored data in the LocalStorage - other than doing it programmatically?

Not really no, but a quick hack for this is to just setup a custom CacheStore class and debounce its content to a serialised plain object stored on a single key making it easy to clear a single key to clear the cache.