---
title: PHAssetEditOperation.delete
framework: photos
role: symbol
role_heading: Case
path: photos/phasseteditoperation/delete
---

# PHAssetEditOperation.delete

The asset can be deleted from the photo library.

## Declaration

```swift
case delete
```

## Discussion

Discussion To delete one or more assets, create a change request with the deleteAssets(_:) method inside a PHPhotoLibrary change block.

## See Also

### Constants

- [PHAssetEditOperation.content](photos/phasseteditoperation/content.md)
- [PHAssetEditOperation.properties](photos/phasseteditoperation/properties.md)
