Wazaterm
Home
Pricing
Documents
Commands
Sign up
Login
Home
Pricing
Documentation
Commands
Login
Sign up
Wazaterm
»
Linux Commands
»
curl
How to DELETE JSON with curl
$ curl -X POST -H "Content-Type: application/json" -d '{"id": "1"}' localhost:3000/api/v1/users
Related Commands
How to GET JSON with basic authentication using curl
Authenticate with JWT token using curl
How to PUT JSON with curl
How to POST JSON with curl
Download a file with basic authentication using wget (both HTTP and FTP)
Download a file from web with wget