mixpanel-php
mixpanel-php copied to clipboard
remove() method not found
Hi, I want to remove an item from a property list using PHP. I looked into PHP library and found that there's no equivalent of the following code in PHP.
mixpanel.people.remove('School', 'UCB');
Please see the heading 'mixpanel.people.remove' here: https://mixpanel.com/help/reference/javascript-full-api-reference
Thanks!