remove Map Item
abstract fun removeMapItem(mapSidOrUniqueName: String, itemKey: String, callback: SuccessListener<Unit>): CancellationToken
Remove Item from the SyncMapJava without opening it.
Return
CancellationToken which allows to cancel network request.
Parameters
map Sid Or Unique Name
SID or unique name of existing SyncMapJava.
item Key
Key of the item to set.
callback
Async result listener. See SuccessListener.