social / pragma.account / AccountService / deleteAccountOperatorV1 /

deleteAccountOperatorV1 #

suspend fun deleteAccountOperatorV1(operatorSession: OperatorSession, request: AccountRpc.DeleteAccountOperatorV1Request): AccountRpc.DeleteAccountOperatorV1Response

Deletes the social identity of a player and all related data. This will delete all links to third party accounts and the user’s Personal ID record with all accompanying PII. It will also delete a player’s Social ID, Player ID, and any links to game shards, groups, tags, and inventory. This process is irreversible and the player will not be able to recover their account once deleted.

Plugins

  • AccountPlugin.onAccountDelete - Called before an account is deleted
  • AccountPlugin.onAccountDeleted - Called after an account is deleted

PragmaResultErrors

  • PragmaError.AccountService_NotFound when the account is not found.