mirror of https://gitee.com/bigwinds/arangodb
10 lines
306 B
Plaintext
10 lines
306 B
Plaintext
> curl -X DELETE --dump - http://localhost:8529/collection/9496015/13658604
|
|
HTTP/1.1 404 Not Found
|
|
content-type: application/json
|
|
connection: Keep-Alive
|
|
server: triagens GmbH High-Performance HTTP Server
|
|
|
|
{ "error" : true,
|
|
"message" : "document /collection/9496015/13658604 not found",
|
|
"code" : 404 }
|