deleteMemberAuthenticationFactor

Deletes a MemberAuthenticationFactor from the currently authenticated member

Return

DeleteOrganizationMemberAuthenticationFactorResponse

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