Beginner : delete a line with repeating pattern

<[email protected]>
Newsgroups gmane.editors.sed.user
Message-ID <[email protected]>
echo "house boat car, , , ," | sed '/, \{4\}$/d' this works (4 commas in a row)
How do I deal with 

echo "house boat car, , , , $"    a comma followed by a space 4 times. I tried the [ ] but it didnt work
echo "house boat car, , , ," | sed '/[, ]\{4\}$/d'
echo "house boat car, , , , " | sed '/, \{4\}$/d'

Thanks !!
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.