curl -v -X DELETE -H "Content-Type: application/json" -H "Accept: application/json" -H "Authorization: Token 0b8eab2bbf0254b2acfdc69d50dc974ea1e82650" --data "$DATA" http://127.0.0.1:8000/api/virtual-servers/3/ * Trying 127.0.0.1... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 8000 (#0) > DELETE /api/virtual-servers/3/ HTTP/1.1 > Host: 127.0.0.1:8000 > User-Agent: curl/7.51.0 > Content-Type: application/json > Accept: application/json > Authorization: Token 0b8eab2bbf0254b2acfdc69d50dc974ea1e82650 > Content-Length: 0 > * HTTP 1.0, assume close after body < HTTP/1.0 204 NO CONTENT < Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS < X-Frame-Options: SAMEORIGIN < Content-Length: 0 < Vary: Accept < Server: Werkzeug/0.12.1 Python/3.5.2 < Date: Thu, 06 Jul 2017 14:01:37 GMT < * Curl_http_done: called premature == 0 * Closing connection 0