Dear sir,
usually we are using the following code from Segment to delete users (Ex. Customer.io):
analytics.track({
userId: oldData.id,
event: 'User Deleted',
});
This can work if used to delete customer.io user by adding a specific action to the mappings, but I can’t see how can I delete Mixpanel user using the same Segment code.
can you help to suggest a way to delete mixpanel users using the same trigger?