kill-sexp

kill-sexp is an interactive compiled Lisp function in `lisp.el'.

It is bound to C-M-k.

(kill-sexp &optional ARG)

Kill the sexp (balanced expression) following point.
With ARG, kill that many sexps after point.
Negative arg -N means kill N sexps before point.
This command assumes point is not in a string or comment.