Clarification of HTTP Delete rules

in https://tools.ietf.org/html/rfc2616#section-9.7 it says:

   The DELETE method requests that the origin server delete the resource
   identified by the Request-URI.


So you can issue DELETE /document/by/id which deletes a resource.

But can you legally do this?

DELETE /document?param=some value

where multiple entities that can get a subject of a GET request
individually can be deleted - whatever match the query parameters. Are the
words "the resource" meant to exclude this use or not?

thanks
Grahame


-- 
-----
http://www.healthintersections.com.au / grahame@healthintersections.com.au
/ +61 411 867 065

Received on Monday, 13 July 2015 20:30:52 UTC