delete

Called when a document needs to be deleted from the Gini API.

Return

a CancellationToken to be used for requesting cancellation of the deletion

Parameters

callback

a callback implementation to return the outcome of the deletion

giniApiDocumentId

id of the document received when it was uploaded to the Gini API

abstract CancellationToken delete(String giniApiDocumentId, GiniVisionNetworkCallback<Result, Errorcallback)