remove List Item
abstract fun removeListItem(listSidOrUniqueName: String, itemIndex: Long, callback: SuccessListener<Unit>): CancellationToken
Remove Item from the SyncListJava without opening it.
Return
CancellationToken which allows to cancel network request.
Parameters
list Sid Or Unique Name
SID or unique name of existing SyncListJava.
item Index
Index of the item to remove.
callback
Async result listener. See SuccessListener.