Function clear_dataset

Source
pub async fn clear_dataset(
    configuration: &Configuration,
    tr_dataset: &str,
    dataset_id: &str,
) -> Result<(), Error<ClearDatasetError>>
Expand description

Removes all chunks, files, and groups from the dataset while retaining the analytics and dataset itself. The auth’ed user must be an owner of the organization to clear a dataset.