Integratec API Platform
OPAPI OPBOOL opClientConnectionDeleteRequest ( OPAPIHandle  connection,
wchar_t *  requestId,
wchar_t **  errorMsg 
)

Deletes the record of a request.

Parameters
[in]connectionHandle representing a client connection.
[in]requestIdUnique identifier for a request.
[out]errorMsgError message describing the failure, set if the function fails.
Returns
If the function succeeds, the return value is non-zero.
If the function fails, the return value is zero and errorMsg is set to an error message describing the failure.
Usage
Specify a client connection handle that was returned by a call to opClientConnectionOpen using the connection parameter. Specify a unique identifier for a request that was returned by a call to opClientConnectionSendRequest using the requestId parameter.
See also
opClientConnectionOpen and opClientConnectionSendRequest.