---
title: "removeAssets:"
framework: photos
role: symbol
role_heading: Instance Method
path: "photos/phprojectchangerequest/removeassets:"
---

# removeAssets:

Removes the specified assets from the project.

## Declaration

```occ
- (void) removeAssets:(id<NSFastEnumeration>) assets;
```

## Parameters

- `assets`: A collection of doc://com.apple.photokit/documentation/Photos/PHAssets to be removed from the project.
