deleteExperimentDefinition

Deletes an experiment definition. You can archive the definition to hide it from the active list while preserving it for future reference, or permanently delete it along with all associated run history.

Samples

// The following DeleteExperimentDefinition example archives (soft-deletes) the specified experiment
// definition.
appConfigClient.deleteExperimentDefinition {
    applicationIdentifier = "339ohji"
    experimentDefinitionIdentifier = "bsxyd7k"
}