Send a DELETE request using curl command

Written by
Date: 2012-05-27 17:35:00 00:00


Send a DELETE request to a web page is an easy task using curl.

Using this command from the terminal of your Linux or Mac

curl -X "DELETE" http://www.url.com/page

Will make curl to send a DELETE request to the url listed in the command.