asked my friend on discord, he gave me this
pactl list sink-inputs | grep -B16 plasmashell | grep "object.serial =" | awk -F' = ' '{print $2}' | tr -d '"' | xargs -I {} pactl set-sink-input-mute {} toggle
hope this helps the one person who find this post