removeItem

fun removeItem(index: Int): String(source)

The removeItem() method of the SVGStringList interface removes an existing item at the given index from the list.

MDN Reference