This topic describes the DELETE command in VMware Tanzu GemFire to delete the entry for the specified key in the region.
http://<hostname_or_http-service-bind-address>:<http-service-port>/gemfire-api/v1/{region}/{key}
None.
Request Payload: null
DELETE /gemfire-api/v1/orders/11
Accept: application/json
Response Payload: null
200 OK
Status Code | Description |
---|---|
404 NOT FOUND | Returned if the region or specified key is not found. |
500 INTERNAL SERVER ERROR | Error encountered at Tanzu GemFire server. Check the HTTP response body for a stack trace of the exception. |