Values_1.DeleteTrialComponentRequestSourceDeletes the specified trial component. A trial component must be disassociated from all trials before the trial component can be deleted. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.
type nonrec t = {trialComponentName : Values_0.ExperimentEntityName.t;The name of the component to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.ExperimentEntityName.t ]) list ]