deleteLaunch
inline suspend fun EvidentlyClient.deleteLaunch(crossinline block: DeleteLaunchRequest.Builder.() -> Unit): DeleteLaunchResponse
Deletes an Evidently launch. The feature used for the launch is not deleted.
To stop a launch without deleting it, use StopLaunch.