DELETE URL
WARNING
This API is frozen and deprecated. Please use the fluent API from 0.9.4 on
This seldom used method is available if, for some reason, you need to send a DELETE request to a URL outside the web of links provided by the API.
Signature
The method signature for DELETE URL is:
parameter | description |
---|---|
url | The URL to send the DELETE request to |
headers | (optional) add to or override the default headers. learn more |
-> returns | the JSON from the payload of the response to this request |