Use this API to stop a single event property from getting attached to all subsequent events. This API is usually called in relation to addEventProperties.
heap.removeEventProperty('Logged In');heap.removeEventProperty('Logged In');[Heap removeEventProperty:@"Logged In"];Heap.removeEventProperty("Logged In")Heap.removeEventProperty("Logged In");Heap.removeEventProperty("Logged In")Arguments
event property: name of the event property to remove. This stops attaching the property to all subsequent events.