Experiments
Delete Experiment
Delete an experiment.
Identified by experiment_id. Also removes the experiment’s runs and
results. Returns 204 on success, 404 if not found, and 409 if the latest
run is still pending or running (cancel it first).
DELETE
Permanently delete an experiment along with all its runs and per-document
results.
Returns
409 if any run is still pending or running. Cancel the in-flight run
with Cancel Experiment Run
first.