Skip to content

Dataset.delete_collection

def Dataset.delete_collection(collection: str | UUID | CollectionClient) -> None

Delete a collection in the dataset.

collection str | UUID | CollectionClient

The collection to delete. Can be specified by name, id, or as a collection object.