I am using Flask to make a small web app. I need to implement CRUD operation in this app. My main problem is how to implement the "Delete" operation in a proper and "sexy" way. I can implement "Delete" operation with "GET" method originally. But after reading a bunch of documents, I found this is not a good way for sure.I am using Flask to make a small web app. I nee