Function that allows you to delete an experiment for a dataset.
Example:
const experiment = await trieve.deleteExperiment("123"); Copy
const experiment = await trieve.deleteExperiment("123");
Optional
Function that allows you to delete an experiment for a dataset.
Example: