Let's suppose that we have the file 1.txt:
a is string a is int a is float64 a is bool
sed -i -e '2d' 1.txt
a is string a is float64 a is bool