removeItem

abstract suspend fun removeItem(itemKey: String)

Remove Item from the SyncMap.

Parameters

itemKey

Key of the item to remove.

Throws

TwilioException

When error occurred while removing the Item.