Skip to main content

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

ParameterDescriptionExample 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 CodeDescription
401 UNAUTHORIZEDInvalid Username or Password
403 FORBIDDENInsufficient privileges for operation
404 NOT FOUNDQuery with specified ID could not be found
500 INTERNAL SERVER ERROREncountered error at server. Check the HTTP response body for a stack trace of the exception.