deleteExperiment
inline suspend fun EvidentlyClient.deleteExperiment(crossinline block: DeleteExperimentRequest.Builder.() -> Unit): DeleteExperimentResponse
Deletes an Evidently experiment. The feature used for the experiment is not deleted.
To stop an experiment without deleting it, use StopExperiment.