func (collectionClient) Delete( ctx context.Context, datasetID uuid.UUID, collectionID uuid.UUID,) errorDelete a collection by its id.
Parameters
Section titled “Parameters”datasetID uuid.UUID The id of the dataset
collectionID uuid.UUID The id of the collection
Returns
Section titled “Returns”An error if the collection could not be deleted.
Errors
Section titled “Errors”not_found No such dataset The specified dataset does not exist.
not_found No such collection The specified collection does not exist.