deleteFactor

abstract suspend fun deleteFactor(factor: AuthenticationFactor): DeleteFactorResponse
abstract fun deleteFactor(factor: AuthenticationFactor, callback: (DeleteFactorResponse) -> Unit)

Wraps the deleteEmailById API endpoint which deletes email from current user

Return

BaseResponse response from backend