@Headers(["Content-type: application/json"]) @DELETE("users/{user_id}/lending/{object_id}") abstract fun deleteLendObjectAsync(@Path("user_id") : String, @Path("object_id") : String, @Header("Authorization") : String): Deferred<Response<LendingObject>>