Hi,
I’m trying to delete customer.io user using the following code:
track({ userId: <userId>, event: 'User Deleted',})
This is working fine if directly sent to customer.io using its analytics library, but using Segment it reach customer.io as an event without taking action. can you help to suggest a way to delete user using Segment.
Regards