How to delete graphs and tables

As a newbie I have to ask: How do I delete graphs and tables? - I can find no way!

Strange
Addendum to question by Strange:

I meant to ask how references to graphs and tables are deleted from Windows > Graph Macros and from Windows > Table Macros.

Strange
Press Ctrl-M or go to Windows -> Procedure Windows -> Procedure Window (the top one above the line)
A new window opens. Locate the
Window YourWindowName() : Graph
...
EndMacro

section corresponding to the window macro you want to get rid of and delete it.
It should be gone now in the menus.

Side note: You can copy this part and paste it to another experiment file to make it available there.
HJ