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.
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.