How to hide a specific spell tooltip in a macro?

I’m trying to hide the tooltip for Soulburn without hiding Healthstone and Soulstone.

#showtooltip
/cast [nomod,button:1] Soulburn
/use [nomod,button:1] Healthstone
/cast [nomod,button:2] Create Healthstone
/cast [mod:ctrl] Soulstone
/cast [mod:shift] Create Soulwell
/cast [mod:alt] Ritual of Summoning

#showtooltip [mod:ctrl] Soulstone; [mod:shift] Create Soulwell; [mod:alt] Ritual of Summoning; [btn:2] Create Healthstone; Healthstone
/cast [nomod,nobtn:2] Soulburn
/cast [mod:ctrl] Soulstone; [mod:shift] Create Soulwell; [mod:alt] Ritual of Summoning; [btn:2] Create Healthstone; Healthstone