Delete Broker
mq_delete_broker | R Documentation |
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"
)