Deletes a specific experiment from the experiments table.
Args: experiment_id (str): The ID of the experiment to delete dataset_id (str): The ID of the dataset containing the experiment
Returns: DeleteResponse: Status of the deletion operation
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the dataset containing the experiment.
Successful Response
The response is of type object
.