Deletes a query statement from memory in the instance of the open session.
DELETE <slURL>/queries/{queryId}
Where:
Response type: application/xml
The response is a message stating the success or failure of the request.
DELETE <slURL>/queries/6089913651317040730
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <success> <message>The resource of type 'query' with identifier '6089913651317040730' has been successfully removed.</message> <id>6089913651317040730</id> </success>