deleteExperimentDefinition
abstract suspend fun deleteExperimentDefinition(input: DeleteExperimentDefinitionRequest): DeleteExperimentDefinitionResponse
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"
}Content copied to clipboard