Re: Remove a Queue item through a Groovy script

2013-08-07 Thread Daniel Beck
There is no output. It just sends a redirect to the referer location. In your case. that's undefined, which probably causes it to fail this way. Just ignore any non-error response (or at least, any redirects). On 07.08.2013, at 23:04, tiago fernandez wrote: > Hello, > > I want to cancel a Qu

Remove a Queue item through a Groovy script

2013-08-07 Thread tiago fernandez
Hello, I want to cancel a Queue item through a groovy script. The script I have is something like this (I do a post because it is specified that to remove an queue item. And queue item id I obtain it from another part of the code using json api): def urlString = 'http:///queue/cancelItem' d