Deletes a dataset and all its associated experiments.
Args: dataset_id (str): The ID of the dataset to delete
Returns: DeleteResponse: Status of the deletion operation
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.