Http.delete
Jump to navigation
Jump to search
In Mini Micro, the http.delete function uses the DELETE method to delete the contents of the URL using the HTTP DELETE protocol.
Arguments
| Parameter Name | Meaning |
|---|---|
| url | URL of the web page or resource to fetch |
| headers | optional map of HTTP headers |
Example
The following example, typed on the Mini Micro command line, deletes a product from the DummyJSON web site
http.delete("https://dummyjson.com/products/1")