9.8. Delete Command

The QMF delete command takes three arguments:
type
The type of object to be deleted, this can be a queue, exchange or binding.
name
The name of the object to be deleted. The name argument of a queue or exchange is a single value, for example my-queue. The name of a binding uses the pattern exchange/queue/key, for example: amq.topic/my-queue/my-key identifies a binding between my-queue and the exchange amq.topic with the binding key my-key.
options
A nested map with the key options. This is presently unused.