def delete_dataset(
    name: str,
    *,
    project: Optional[str] = None,
    api_key: Optional[str] = None,
) -> None:

source code

Delete a dataset from the server.

Arguments:

  • name - Name of the dataset.
  • project - Name of the project the dataset belongs to.
  • api_key - If specified, unify API key to be used. Defaults to the value in the