Delete a RabbitMQ Queue ----------------------- In order to use the management module you first need to install the python library, `requests`. :: pip install amqpstorm[management] .. literalinclude:: ../../examples/management/delete_queue.py