1
0
Fork 0
arangodb/Documentation/Examples/job_delete_01.generated

17 lines
579 B
Plaintext

shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:8529/_api/version
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
x-arango-async-id: 152293662584410
content-type: text/plain; charset=utf-8
shell> curl -X DELETE --dump - http://localhost:8529/_api/job/all
HTTP/<span class="hljs-number">1.1</span> <span class="hljs-number">200</span> OK
content-type: application/json; charset=utf<span class="hljs-number">-8</span>
x-content-type-options: nosniff
{
<span class="hljs-string">"result"</span> : <span class="hljs-literal">true</span>
}