Delete Configuration
| mq_delete_configuration | R Documentation | 
Deletes the specified configuration¶
Description¶
Deletes the specified configuration.
Usage¶
mq_delete_configuration(ConfigurationId)
Arguments¶
| ConfigurationId | [required] The unique ID that Amazon MQ generates for the configuration. | 
Value¶
A list with the following syntax:
list(
  ConfigurationId = "string"
)
Request syntax¶
svc$delete_configuration(
  ConfigurationId = "string"
)