[rabbitmq-discuss] Deleting a queue using HTTP API

Matthias Radestock matthias at rabbitmq.com
Mon Nov 26 07:49:58 GMT 2012


Robert,

On 26/11/12 01:31, Robert Gilland wrote:
> c:\util\curl.exe -i -u guest:guest -H "content-type:application/json"
> -XDELETE http://localhost:55672/api/queues/TESTQUEUE

You forgot the vhost. The URL is /api/queues/<vhost>/<name>, e.g. 
/api/queues/%2f/TESTQUEUE

Regards,

Matthias.


More information about the rabbitmq-discuss mailing list