I have added the UserId (email) in app center sdk using AppCenter.SetUserId("your-user-id"); Now I want to remove these userid from app center sdk. I am not seeing any method for this.
Also, As per my understanding whenever we add user using AppCenter.SetUserId("your-user-id"), it mapped some user device information like device unique id to user id. So I wanted to remove these device from specific userId in App Center Push notification. Thanks