remove_at method

remove_at(index)

Removes a structured document tag at the specified index.

def remove_at(self, index: int):
    ...
ParameterTypeDescription
indexintAn index into the collection.

See Also