Delete Configuration Bundle
| bedrockagentcorecontrol_delete_configuration_bundle | R Documentation |
Deletes a configuration bundle and all of its versions¶
Description¶
Deletes a configuration bundle and all of its versions.
Usage¶
bedrockagentcorecontrol_delete_configuration_bundle(bundleId)
Arguments¶
bundleId |
[required] The unique identifier of the configuration bundle to delete. |
Value¶
A list with the following syntax:
list(
bundleId = "string",
status = "ACTIVE"|"CREATING"|"CREATE_FAILED"|"UPDATING"|"UPDATE_FAILED"|"DELETING"|"DELETE_FAILED"
)
Request syntax¶
svc$delete_configuration_bundle(
bundleId = "string"
)