social / pragma.account / AccountService / unlinkIdentityProviderAccountPartnerV1 /
unlinkIdentityProviderAccountPartnerV1 #
suspend fun unlinkIdentityProviderAccountPartnerV1(partnerSession: PartnerSession, request: AccountRpc.UnlinkIdentityProviderAccountPartnerV1Request): AccountRpc.UnlinkIdentityProviderAccountPartnerV1Response
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.