Apache Geode CHANGELOG

DELETE /geode/v1/{region}/{key1},{key2},...{keyN}

Delete entries for multiple keys in the region.

Resource URL

http://<hostname_or_http-service-bind-address>:<http-service-port>/geode/v1/{region}/{key1},{key2},...{keyN}

Parameters

None.

Example Request

Request Payload: null
DELETE /geode/v1/orders/12,13
Accept: application/json

Example Success Response

Response Payload: null
200 OK

Error Codes

Status Code Description
404 NOT FOUND Returned if either the region or one or more of the specified keys is not found.
500 INTERNAL SERVER ERROR Error encountered at Geode server. Check the HTTP response body for a stack trace of the exception.