---
title: CKSyncEngineZoneDeletionReason.purged
framework: cloudkit
role: symbol
role_heading: Case
path: cloudkit/cksyncenginezonedeletionreason/purged
---

# CKSyncEngineZoneDeletionReason.purged

The owner of the iCloud account purged your app’s data using the Settings app.

## Declaration

```swift
case purged
```

## Discussion

Discussion important: Upon receipt of deletions with this reason, you must delete any locally cached data and not resend it to iCloud.

## See Also

### Deletion reasons

- [CKSyncEngineZoneDeletionReason.deleted](cloudkit/cksyncenginezonedeletionreason/deleted.md)
- [CKSyncEngineZoneDeletionReason.encryptedDataReset](cloudkit/cksyncenginezonedeletionreason/encrypteddatareset.md)
