mq_delete_broker: Deletes a broker
Description
Deletes a broker. Note: This API is asynchronous.
Usage
mq_delete_broker(BrokerId)
Arguments
BrokerId
[required] The unique ID that Amazon MQ generates for the broker.
Value
A list with the following syntax:
list(
BrokerId = "string"
)
Request syntax
svc$delete_broker(
BrokerId = "string"
)