deleteFactor
abstract suspend fun deleteFactor(factor: MemberAuthenticationFactor): DeleteMemberAuthenticationFactorResponse
Deletes a MemberAuthenticationFactor from the currently authenticated member
Return
abstract fun deleteFactor(factor: MemberAuthenticationFactor, callback: (DeleteMemberAuthenticationFactorResponse) -> Unit)
Deletes a MemberAuthenticationFactor from the currently authenticated member
Parameters
callback
A callback that receives a DeleteMemberAuthenticationFactorResponse