Greetings my fellow Orthancers… I trust all are well and healthy.
I see that there are various requests that can be put on an Orthanc server that are submitted asynchronously. Am I correct that a DELETE is unable to set a command asynchronously? I was hoping to have the additional -d '{"Asynchronous" : true}'
data attached to the API call so that the deletion of a large study can be passed to a job and my autonomy can continue it’s thing, able to come back and check on the job status as a later time?
Eg.
curl -u my:credentials --request DELETE --url https://srv.domain.com:8042/studies/b30d49-78f684-43c4a0-2cb2b4-d0a2d9 -d '{"Asynchronous" : true}'
Is this just not possible, or am I missing something?