Apache Geode
DELETE /geode/v1/queries/{queryId}
Delete the specified named query.
Resource URL
http://<hostname_or_http-service-bind-address>:<http-service-port>/geode/v1/queries/{query}
Parameters
Parameter |
Description |
Example Values |
{queryId} |
QueryID for named query to delete. |
selectOrders |
Example Request
DELETE /geode/v1/queries/selectOrders
Accept: application/json
Content-Type: application/json
Example Success Response
Response Payload: application/json
200 OK
Error Codes
Status Code |
Description |
401 UNAUTHORIZED |
Invalid Username or Password |
403 FORBIDDEN |
Insufficient privileges for operation |
404 NOT FOUND |
Query with specified ID could not be found |
500 INTERNAL SERVER ERROR |
Encountered error at server. Check the HTTP response body for a stack trace of the exception. |