removeListItem

abstract suspend fun removeListItem(listSidOrUniqueName: String, itemIndex: Long)

Remove SyncList.Item without opening the SyncList.

Parameters

listSidOrUniqueName

SID or unique name of existing SyncList.

itemIndex

Index of the item to remove.

Throws

TwilioException

When error occurred while removing the Item.