rabbitmq_delete_exchange
Delete a RabbitMQ exchange, with an optional check to only remove it if it has no active bindings.
Instructions
Delete an exchange.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| if_unused | No | Only delete if exchange has no bindings | |
| exchange_name | Yes | Name of the exchange to delete |