question

Chad Reddick avatar image
Chad Reddick asked

Delete Master Player Account via Cloudscript

Hello!

I was curious if there was a way to delete all master player accounts via Cloudscript (not Azure Functions)? There was testing that occurred on the development side, but there's no way to automate a way to delete all Master Player Accounts. There are changes on the login side to enable cross-progression, but it's impossible if the user's master player account is still there.

Player DataAccount ManagementCloudScript
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Rick Chen avatar image
Rick Chen answered

The DeleteMasterPlayerAccount API is an Admin API and it is not available on Cloud Script (legacy). But it is available on Azure Function. You can use the Azure Function to delete the master player account and use the scheduled task to run the function against all players.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.