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.