remove method

remove(id)

Removes the structured document tag with the specified identifier.

def remove(self, id: int):
    ...
ParameterTypeDescription
idintThe structured document tag identifier.

See Also