For my web application (PHP/MYSQL), I show a list of items and a link on each row to delete the item. Right now, the link is
In general it's not a good idea to have a GET request that modifies the system state somehow, like deleting an item.
You could have your form look like this:
Delete item