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

source code

Deletes a dataset from the platform.

Arguments:

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

Returns:

  • str - Info msg with the response from the HTTP endpoint.