remove method

remove(name)

Removes a document variable with the specified name from the collection.

def remove(self, name: str):
    ...
ParameterTypeDescription
namestrThe case-insensitive name of the variable.

See Also