social-common / pragma.account / AccountPlugin / onAccountDeleted /

onAccountDeleted #

abstract suspend fun onAccountDeleted(pragmaAccount: PragmaAccount)

Called after an account is deleted Any updates to the PragmaAccount will not be persisted because the account has been removed.

Used by

  • AccountService.deleteAccountOperatorV1
  • AccountService.deleteAccountPartnerV1
  • AccountService.deleteAccountServiceV1

Parameters #

pragmaAccount

PragmaAccount of the deleted user