Skip to main content

DELETE /geode/v1/{region}/{key}

Delete entry for specified key in the region.

Resource URL

http://<hostname_or_http-service-bind-address>:<http-service-port>/geode/v1/{region}/{key}

Parameters

None.

Example Request

Request Payload: null
DELETE /geode/v1/orders/11
Accept: application/json

Example Success Response

Response Payload: null
200 OK

Error Codes

Status CodeDescription
404 NOT FOUNDReturned if the region or specified key is not found.
500 INTERNAL SERVER ERRORError encountered at Geode server. Check the HTTP response body for a stack trace of the exception.