suspend fun removeLendObject(: String, : String, : String): Unit
Method that makes a network call to DELETE an existing LendingObject from the user's lending list and on success stores remove it from the DB
userId - : String the logged in user id
objectId - : String the id of the LendingObject that is to be deleted
auth - : String the logged in user's auth token
Return
Unit