removeMapItem

abstract suspend fun removeMapItem(mapSidOrUniqueName: String, itemKey: String)

Remove SyncMap.Item without opening the SyncMap.

Parameters

mapSidOrUniqueName

SID or unique name of existing SyncMap.

itemKey

Key of the item to remove.

Throws

TwilioException

When error occurred while removing the Item.