In an API, what HTTP METHOD
should be used for a cancel operation.
I imagine this wouldn't be a DELETE
request, because the resource is not being disposed of. In which case, should it be a POST
or a PUT
? Here is some documentation, but I still am not clear on the distinction from this: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html