I have created a book library project using REST+JSON which has an HTML page having many options. One of them is delete, but I am unable to use it in as HTML doesn't define it. Can any tell me how to use that HTTP method? Example:
<form action="rest/bklib/remove" method="DELETE">
Enter BookName:<input type="text" name="Bookname">
<p>
<input type="submit" value="delete">
<p>
</p>
</form>