social / pragma.account / AccountService / unlinkIdentityProviderAccountOperatorV1 /

unlinkIdentityProviderAccountOperatorV1 #

suspend fun unlinkIdentityProviderAccountOperatorV1(session: OperatorSession, request: AccountRpc.UnlinkIdentityProviderAccountOperatorV1Request): AccountRpc.UnlinkIdentityProviderAccountOperatorV1Response

Disassociates an existing Identity Provider from an existing Pragma account. In the case of the Pragma account or id provider not existing, no error will be thrown.

PragmaResultErrors

  • PragmaError.AccountService_CannotUnlinkOnlyIdProvider when trying to unlink the last remaining id provider from an account.