I have setup the Geode rest API and can run get and queries, via Chrome, on a region for example:
http://localhost:8080/gemfire-api/v1/items
When I try and delete entries in a region according to Developing REST Applications by using the following endpoint:
DELETE /gemfire-api/v1/{region}
For example:
http://localhost:7070/gemfire-api/v1/items
Can you tell me how to run the example in Chrome, and delete the entries please? I simply want to be able to run
http://localhost:8080/gemfire-api/v1/items/delete
but instead I am getting
{"cause":"Key (delete) does not exist for region (items) in cache!"}