Parameters
str | UUID | CollectionClient
The collection to delete. Can be specified by name, id, or as a collection object.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
dataset.delete_collection("My-collection")
def Dataset.delete_collection(collection: str | UUID | CollectionClient) -> None
dataset.delete_collection("My-collection")
Was this page helpful?