zevarito / mixpanel

Simple lib to track events in Mixpanel service. It can be used in any rack based framework.
MIT License
273 stars 84 forks source link

Delete a user from mixpanel #86

Closed dennisvdvliet closed 11 years ago

dennisvdvliet commented 11 years ago

To stay within our account limits I needed to delete some users from mixpanel.

You can delete a user by using mixpanel.delete(distinct_id)

Also changed the source in the gemfile to use https instead of http

zevarito commented 11 years ago

merged, thanks!