QAS_QUERY_DELETE_REST_DELETE

This service operation is used to delete an existing query.

Request Message: QAS_QUERY_DELETE_TEMPL

Element Name Description

QUERY_NAME

Required element

Complete query name. Required.

Example Request:

This is an example of a request to delete the query MGR_TEST.

https://<servername>:<port>/PSIGW/RESTListeningConnector/<default local node>/QueryDelete.v1/XRFWIN2

Response Message: QAS_QUERY_DELETE_RESP_MSG

Element Name Description

STATUS

Status of the delete operation, either Success or Failure.

INFO_MESSAGE

If the status is Failure, the reason for the failure is indicated.

Example Response:

<?xml version="1.0"?>
<qcs:QAS_QUERY_DELETE_RESP_MSG xmlns:qcs="http://xmlns.oracle.com/
Enterprise/Tools/schemas/QAS_QUERY_DELETE_RESP_MSG.VERSION_1">
    <STATUS>Success</STATUS>
</qcs:QAS_QUERY_DELETE_RESP_MSG>