Deleting a Query

Usage

Deletes a query statement from memory in the instance of the open session.

Note You can delete all query statements created in this instance by closing the session.
Request

DELETE /queries/<queryID>

Request type: application/xml

Response

Response type: application/xml

The response is a message stating the success or failure of the request.

Example

DELETE /queries/6089913651317040730

<success>
    <message>The resource of type "query" with identifier "6089913651317040730" has been successfully removed.</message>
    <id>6089913651317040730</id>
</success>