Hey folks,
Just noticed that when I DELETE /api/v2/users/{userId}, the user gets removed but their call history seems to vanish from the UI too. Is there a way to keep the historical interaction data intact while deleting the user record? I’ve tried setting the active flag to false, but that doesn’t fully remove them. Any ideas on how to handle this without breaking the data?