Hi I know this is a bit wired, but right now my project has gone a bit mad. We have a RESTful application which can provide a bunch of services, we all know that DELETE is a verb to use to delete stuff. However, as we also know that HTML form cannot produce DELETE am I right? How do we solve this issue? And suggestion would be greatly appreciated.
Thanks,
You need to use javascript for that. Here is an example:
Then you can just call the sendDelete() method from the onclick=”” of your web page button.