removeItem

abstract suspend fun removeItem(itemIndex: Long)

Remove Item from the SyncList.

Parameters

itemIndex

Index of the item to remove.

Throws

TwilioException

When error occurred while removing the Item.