1
0
Fork 0
arangodb/Doxygen/Examples.ArangoDB/rest-delete-document

11 lines
209 B
Plaintext

> curl -X DELETE --dump - http://localhost:8529/_api/document/73482/30967598
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"_rev": 30967598,
"_id": "73482/30967598",
"error": false
}