deleteHostedConfigurationVersion

Deletes a version of a configuration from the AppConfig hosted configuration store.

Samples

// The following delete hosted configuration version example deletes a configuration version hosted in
// the AWS AppConfig configuration store.
appConfigClient.deleteHostedConfigurationVersion {
    applicationId = "339ohji"
    configurationProfileId = "ur8hx2f"
    versionNumber = 1
}