Edit: Based on what Loner T just wrote, this howto may be incorrect !!!
By the way, when someone realises to mess fusion drive partitions, there is a way how to revert everything to original state. Following steps worked for me (late 2015 iMac 2TB fusion). You will LOOSE EVERY DATA ON OUR MAC so backup first!
0) delete any partitions previously created by Windows installation or boot camp assistant if any
1) cmd+r on boot after boot-up sound, for 4 secs, recovery screen appears after minute
2) Top bar -> Utilities -> Terminal
3) diskutil cs list
4) select and copy logical volume ID at the top (in my case it was 50FBAD7C-8655-43F2-8B85-E60DDA4A5894 )
5) diskutil cs delete <paste logical volume ID>
example: diskutil cs delete 50FBAD7C-8655-43F2-8B85-E60DDA4A5894
6) last output should be "Finished CoreStorage operation"
7) diskutil list
8) You should see that APPLE HDD ST20 location (/dev/disk0 in my case) and APPLE SSD SM01 (/dev/disk1 in my case), use them in correct order in next command as you can see
9) diskutil cs create Macintosh\ HD <HDD> <SSD>
example: diskutil cs create Macintosh\ HD disk0 disk1
10) last output line should be "Finished CoreStorage operation"
11) diskutil cs list
12) select and copy logical volume ID at the top (in my case it was 28EB112E-C9D8-444D-8BAC-7876B768740A )
13) diskutil cs createVolume <paste logical volume ID> jhfs+ Macintosh\ HD 100%
example: diskutil cs createVolume 28EB112E-C9D8-444D-8BAC-7876B768740A jhfs+ Macintosh\ HD 100%
14) close terminal (corner red X button, when I did different approach by typing exit, recovery menu didn't recover)
15) choose Disk Utility from recovery list
16) you should see Fusion drive with macintosh HD only
17) close Disk Utility (corner red X button)
18) chose Reinstall OS X
19) follow reinstall steps