delete
Description
Request the HTTP delete service.
The body property is not be used.
Syntax
<HttpCli object>.delete <URL string>
Example
var domain="http://192.168.1.200:8888"
cli.delete domain+"/items/3"
Last updated
Was this helpful?