I am using the documentclass scrbook (KOMA) with tocloft and would like to get rid of all the numberings of the chapters, sections and subsections in the table of content, but not in the content itself. How can I do that? I searched a lot, but couldn't find anything.
I tried
\renewcommand{\thechapter}{}
but then all the numberings will disappear...