remove_document_at method

remove_document_at

Removes a document at index position.

def remove_document_at(self, index):
    ...
ParameterTypeDescription
indexintPosition at which a document should be removed.

See Also