async fn delete_material_reference_by_id( path: Path<(Uuid, Uuid)>, pool: Data<PgPool>, user: AuthUser, ) -> ControllerResult<Json<()>>