<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHCollectionListChangeRequest/removeChildCollections(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:objc(cs)PHCollectionListChangeRequest(im)removeChildCollections:"
  },
  "title" : "removeChildCollections(_:)"
}
-->

# removeChildCollections(_:)

Removes the specified child collections from the collection list.

```
func removeChildCollections(_ collections: any NSFastEnumeration)
```

## Parameters

`collections`

An array of [`PHCollection`](/documentation/Photos/PHCollection) objects (asset collections or other collection lists) to be removed from the collection list.

## Discussion

This method removes child collections from the collection list based on their identity (determined by the [`localIdentifier`](/documentation/Photos/PHObject/localIdentifier) property of each collection). To remove objects at specified indexes, use the [`removeChildCollections(at:)`](/documentation/Photos/PHCollectionListChangeRequest/removeChildCollections(at:)) method.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)