Integratec API Platform
String opJavaApi.OPClientConnection.deleteRequest ( String  requestId) throws OPException

Deletes the record of a request.

Parameters
[in]requestIdUnique identifier for a request.
Exceptions
OPException
Usage
Open a client connection before calling this method, using open.
Specify the unique identifier for a request that was returned by a call to sendRequest using the requestId parameter.
See also
open and sendRequest.