This API is will cache Entry associated with HTTP DELETE which deletes the existing resource of a collection this entry will be marked as 'Deleted' in Local Cache.
Try{ ILogger logger = new Logger(); ICache cache =new Cache(getApplicationContext(),logger);; cache.deleteEntry(EntryID); } Catch(CacheException e){ }