Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I'm working on a solution similar to 'Loop And Reduce' QRS REST API.
Reload is done by creating a task and starting it.
At this point the task should be deleted.
I couldn't find the API call for this, but I know it can be done via QMC, so there should be a way.
Any Ideas?
Hi, then I'd consider this as a bug, at least a documentation bug, also cannot find it. I recommend to file it.
Regards
Stefan
Did you try
Method: DEL
Endpoint: /qrs/[type]/{id}
In your case type would then be "task".
Thanks for the quick response.
/qrs/task/{id}/delete
and
/qrs/task/{id}
did not work.
I got 404 in both cases.
It did however work for deleting an app:
/qrs/app/{id}/delete
Hi, then I'd consider this as a bug, at least a documentation bug, also cannot find it. I recommend to file it.
Regards
Stefan
will do. Thanks!
It's a bit confusing but use path /qrs/reloadtask/[id] with a delete request instead, that should work.
Ye, the /qrs/task endpoint is to operate on existing /qrs/reloadtasks like starting and stopping stuff. It's not the best naming convention
Thanks!
mothod: DELETE
/qrs/reloadtask/<task.id>
response: null ,if ok