QAS_QUERY_DELETE_OPER
This service operation is used to delete an existing query.
Request Message: QAS_QUERY_DELETE_REQ_MSG
| 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.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:qas="http://xmlns.oracle.com/Enterprise/Tools/schemas/
QAS_QUERY_DELETE_REQ_MSG.VERSION_1">
<soapenv:Header/>
<soapenv:Body>
<qas:QAS_QUERY_DELETE_REQ_MSG>
<QUERY_NAME>MGR_TEST</QUERY_NAME>
</qas:QAS_QUERY_DELETE_REQ_MSG>
</soapenv:Body>
</soapenv:Envelope>
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. |