def Dataset.delete_collection(collection: str | UUID | CollectionClient) -> NoneDelete a collection in the dataset.
Parameters
Section titled “Parameters”collection str | UUID | CollectionClient The collection to delete. Can be specified by name, id, or as a collection object.