HTTP method DELETE

The HTTP DELETE request method deletes the specified resource.

Example

DELETE /file.html HTTP/1.1
Host: example.com
HTTP/1.1 200 OK
Date: Wed, 21 Oct 2015 07:28:00 GMT

<html>
  <body>
    <h1>File deleted.</h1>
  </body>
</html>

If a DELETE method is successfully applied, the origin server SHOULD send