Posts by marcelocolombo • 1 point
1 post
-
0
votes2
answers347
viewsA: Error in DELETE method, to delete a data from a table
What is the controller path? From what I saw you have to check that the @Path that is in the controller is correct and the delete method is correct. Try using @DELETE, it’s easier to read.