The deleting keys are located in the middle of the keyboard:
^G: delete character on cursor position (same as DEL)
^H: delete character left from cursor (same as BACKSPACE)
^T: delete word right from cursor
^Y: delete line
^QY: delete line right from cursor
^QT: delete right up to punctuation mark.