So, I’ve created a API and I’ve got my POST and GET requests working, but I’m can’t get the DELETE request to work. I keep getting a ‘DELETE http://localhost:3000/api 400 (Bad Request)’ error in the console. Here is the delete section in my server file: Here is the button that executes the DELETE: It says that the bad request comes