The need arose today to issue a bulk set of HTTP DELETE operations against our applicaiton's REST-based API.
It took me a little digging to find out how to use curl to do this, so here it is:
curl -X DELETE http://localhost/example/
Loving curl!
It is quickly becoming one of my favourite command line tools.
690 comments,
Linux, Friday, June 25, 2010 11:34


