def delete_project(name: str, api_key: Optional[str] = None) -> str:

source code

Deletes a project from your account.

Arguments:

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

Returns:

Whether the project was successfully deleted.