remove method

remove

Removes the content type property with the specified name.

Returns

true if the property is found and deleted; otherwise false.

def remove(self, property_name):
    ...
Parameter Type Description
property_name str The name of the content type property to be removed.

See Also