Sending "delete" key event?

Here’s a silly question. How do I simulate the delete key?

keystroke (delete)

doesn’t work.

Oh, I think I solved it.

keystroke (ASCII character 127)

I’ll play around with it some more. Thanks anyway.