Add and delete rows
Add and "Delete" Rows From a Layout
Elements in PySimpleGUI aren't deleted, instead they're hidden. The effect is identical from a user's standpoint. The element simply disappears.
This little program shows how you can add rows to a window and delete any row by clicking the "X" next to it.