mixpanel / mixpanel-java

Other
49 stars 37 forks source link

remove $ios_devices doesn't work #32

Closed aerodc closed 2 years ago

aerodc commented 6 years ago

Hi guys,

I want to call $remove action to remove one of users' ios devices, but it didn't work. No errors and ios devices still exists.

here is the json I sent:

{"mPeopleMessages":[{"$token":"xxxxxxx","$time":1530007209155,"$remove":{"$ios_devices":"yyyyyyyyyy"},"$distinct_id":"ccccccccc"}],"mEventsMessages":[]}

thanks