interface DeleteCollectionRequest {
    CollectionId: undefined | string;
}

Hierarchy (view full)

Properties

Properties

CollectionId: undefined | string

ID of the collection to delete.