1
0
Fork 0
arangodb/Documentation/Examples/RestCollectionIdentifierTru...

15 lines
292 B
Plaintext

shell> curl -X PUT --dump - http://localhost:8529/_api/collection/products/truncate
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "1130026973",
"name" : "products",
"isSystem" : false,
"status" : 3,
"type" : 2,
"error" : false,
"code" : 200
}