HTML forms only support GET and POST methods. This means you cannot natively send PUT or DELETE requests from a browser form. In RESTful APIs, updating and deleting resources should use PUT and DELETE ...