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 and as well not in the other lists I will have (such as list of figures, list of terms, list of mentioned authors etc.) themselves.
There is already a similar question posed here, but now I would like to get a solution for this specific case. Here is a solutions, which disables all numberings in all lists by lockstep. But as mentioned above I need one, where I could specify it for each category of lists (list of figures, list of xxxx. etc.).
\documentclass{scrbook}
\usepackage{tocloft}
\usepackage{lipsum}
\makeatletter
% Without number and indentation
\renewcommand*{\numberline}[1]{}
\makeatother
\begin{document}
\tableofcontents

