Deletes the specified queue. A queue is deleted only if it is does not contain any messages. Use DELETE on Message to delete messages from the queue.
DELETE requests on a MessageQueue endpoint are validated on the following:
The queue specified must exist.
The queue specified must be empty.
This action takes no input parameters other than those common to all REST requests.
The following example of a DELETE action deletes the queue represented by the QueueURL.
DELETE /QueueURL HTTP/1.1 Host: queue.amazonaws.com Authorization: [AWS authentication string] AWS-Version: 2006-04-01 Content-Type: text/plain Date: Wed, 05 Apr 2006 21:12:00 GMT
See DeleteQueue (Query) for sample response information.