delete (OT and stupid)

this might be a very stupid question, but I am simply not sure about it…

when there is a

char* myChar = new char[length];

do I have to “delete” or “delete []” it?

Jan

delete[]