Aha, found it. Do you by any chance have a saved use case?
I understand that you give it the opposite corners, but I don't know how I would get X, Y and Z for each block inside the shape, so that I would pass it into the first below line,
BlockPos blockToRemove = new BlockPos(x, y, z);
level.setBlock(blockToRemove, Blocks.WATER.defaultBlockState(), 1);
instead of looping for each x, y, z as I do now.