
delete-queue
************


DESCRIPTION
===========

This action unconditionally deletes the queue specified by the queue
URL. Use this operation WITH CARE! The queue is deleted even if it is
NOT empty.

Once a queue has been deleted, the queue name is unavailable for use
with new queues for 60 seconds.


SYNOPSIS
========

   aws sqs delete-queue
     --queue-url <value>


REQUIRED PARAMETERS
===================

"--queue-url"  (string)
   The URL of the SQS queue to take action on.


OPTIONAL PARAMETERS
===================

None
