remove

abstract fun remove(sidOrUniqueName: String, callback: SuccessListener<Unit>): CancellationToken

Remove SyncDocumentJava without opening it.

Return

CancellationToken which allows to cancel network request.

Parameters

sidOrUniqueName

SID or unique name of existing SyncDocumentJava.

callback

Async result listener. See SuccessListener.