deleteMemberAuthenticationFactor
abstract suspend fun deleteMemberAuthenticationFactor(memberId: String, authenticationFactor: MemberAuthenticationFactor): DeleteOrganizationMemberAuthenticationFactorResponse
Deletes a MemberAuthenticationFactor from the currently authenticated member
Return
Parameters
authenticationFactor
the authentication factor to delete
abstract fun deleteMemberAuthenticationFactor(memberId: String, authenticationFactor: MemberAuthenticationFactor, callback: (DeleteOrganizationMemberAuthenticationFactorResponse) -> Unit)
Deletes a MemberAuthenticationFactor from the currently authenticated member
Parameters
authenticationFactor
the authentication factor to delete
callback
a callback that receives a DeleteOrganizationMemberAuthenticationFactorResponse