Integratec API Platform
def opPyApi.opClientConnection.deleteRequest (   self,
  requestId 
)

Deletes the record of a request.

Parameters
[in]requestIdUnique identifier for a request.
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.