Delete all entries in the region. Limited to replicated regions only; not available for partitioned regions.
http://<hostname_or_http-service-bind-address>:<http-service-port>/geode/v1/{region}
None.
Request Payload: null
DELETE /geode/v1/orders
Accept: application/json
Response Payload: null
200 OK
Status Code | Description |
---|---|
404 NOT FOUND | Returned if the region 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. |