Remove data from Infinispan via a RESTful interface

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1686

This topic has not yet been written. The content below is from the topic description.
Removing data Data can be removed at the cache key/element level, or via a whole cache name using the HTTP delete method. DELETE /{cacheName}/{cacheKey} Removes the given key name from the cache.   DELETE /{cacheName} Removes ALL the entries in the given cache name (ie everything from that path down). OPTIONAL: Set the header performAsync to true to return immediately and let the removal happen in the background.