---
title: NSPersistentStoreUbiquitousTransitionType.contentRemoved
framework: coredata
role: symbol
role_heading: Case
path: coredata/nspersistentstoreubiquitoustransitiontype/contentremoved
---

# NSPersistentStoreUbiquitousTransitionType.contentRemoved

This value indicates that the user has wiped the contents of the iCloud account, usually using Delete All from Documents & Data in Settings.

## Declaration

```swift
case contentRemoved
```

## Discussion

Discussion The Core Data integration will transition to an empty store file as a result of this event.

## See Also

### Constants

- [NSPersistentStoreUbiquitousTransitionType.accountAdded](coredata/nspersistentstoreubiquitoustransitiontype/accountadded.md)
- [NSPersistentStoreUbiquitousTransitionType.accountRemoved](coredata/nspersistentstoreubiquitoustransitiontype/accountremoved.md)
- [NSPersistentStoreUbiquitousTransitionType.initialImportCompleted](coredata/nspersistentstoreubiquitoustransitiontype/initialimportcompleted.md)
