DELETE(url = NULL, config = list(), ..., handle = NULL)
authenticate
), additional headers
(add_headers
), cookies (
query
, path
, etc,
passed on to modify_url
. Unnamed parameters will be combined
with config
.handle_pool
based on the scheme, hostname and port of the url. By default A successful response SHOULD be 200 (OK) if the response includes an entity describing the status, 202 (Accepted) if the action has not yet been enacted, or 204 (No Content) if the action has been enacted but the response does not include an entity.
If the request passes through a cache and the Request-URI identifies one or more currently cached entities, those entries SHOULD be treated as stale. Responses to this method are not cacheable.
BROWSE
;
GET
; HEAD
; VERB
DELETE("http://httpbin.org/delete")
POST("http://httpbin.org/delete")
Run the code above in your browser using DataLab