remove method

remove(self, tag_id)

Removes the property with the specified id.

Returns

True if the specified Raw tag is found and removed; otherwise, false.


def remove(self, tag_id):
    ...
Parameter Type Description
tag_id int A Raw tag id.

See Also