Hi, I saw there was a similar post roughly 30 minutes ago, but I thought I'd check if my situation is any different.
For context my game is built with unity using the unity playfab sdk
I have a flow in my game for players to delete their accounts using the DeleteMasterPlayerAccount endpoint. Through Game Manager I can see the player is getting deleted from my title's players, but leaderboards with their entries are not being updated.
I have tried adding the DeletePlayer, DeleteStatistics, and ResetUserStatistics endpoints to remove the data before deleting the player but the issue is still happening.
Learn more about Admin service - Removes a master player account entirely from all titles and deletes all associated data
Learn more about Admin service - Removes a user's player account from a title and deletes all associated data
Learn more about Progression service - Delete statistics on an entity profile. This will remove all rankings from associated leaderboards.