social / pragma.account / AccountService / unlinkIdentityProviderAccountServiceV1 /
unlinkIdentityProviderAccountServiceV1 #
suspend fun unlinkIdentityProviderAccountServiceV1(serviceSession: ServiceSession, request: AccountRpc.UnlinkIdentityProviderAccountServiceV1Request): AccountRpc.UnlinkIdentityProviderAccountServiceV1Response
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.