remove method

remove(self, id)

Removes the field with the specified id.


def remove(self, id):
    ...
Parameter Type Description
id System.String The field identifier.

See Also