Delete to end of line in IntelliJ IDEA editor
According to the documentation, it does not support what you want. You can only delete the whole line (Ctrl+Y) or delete to word start/end (Ctrl+Backspace and Ctrl+Delete).
In Settings
| Keymap
find the EditorDeleteToLineEnd action, right click, assign a shortcut that you want (make a copy of the keymap as you can't modify the default one):
Here for Mac users, to delete the current line in intellij :
source: https://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf