removeValue(_:fromAttribute:) Removes a value from an attribute of the record. Declarationfunc removeValue(_ inValue: Any!, fromAttribute inAttribute: String!) throws ParametersinValue: The value. Should be of type NSString or NSData.inAttribute: The attribute. Discussion See AlsoManaging Record AttributesaddValue(_:toAttribute:)recordDetails(forAttributes:)recordNamerecordTyperemoveValues(forAttribute:)setValue(_:forAttribute:)synchronize()values(forAttribute:)