---
title: "deleteAssetCollections(_:)"
framework: photos
role: symbol
role_heading: Type Method
path: "photos/phassetcollectionchangerequest/deleteassetcollections(_:)"
---

# deleteAssetCollections(_:)

Requests that the specified asset collections be deleted.

## Declaration

```swift
class func deleteAssetCollections(_ assetCollections: any NSFastEnumeration)
```

## Parameters

- `assetCollections`: An array of doc://com.apple.photokit/documentation/Photos/PHAssetCollection objects to be deleted.

## Discussion

Discussion Call this method within a photo library change block to delete asset collections. For details on change blocks, see PHPhotoLibrary.
