Values.DeleteCollectionGroupRequestSourceDeletes a collection group. You can only delete empty collection groups that contain no collections. For more information, see Creating and managing Amazon OpenSearch Serverless collections.
type nonrec t = {id : CollectionGroupId.t;The unique identifier of the collection group to delete.
*)clientToken : ClientToken.t option;Unique, case-sensitive identifier to ensure idempotency of the request.
*)}