---
title: failedRecordDeletes
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/cksyncenginesentrecordzonechangesevent/failedrecorddeletes
---

# failedRecordDeletes

The unique identifiers of the records CloudKit is unable to delete, and the reasons why.

## Declaration

```occ
@property (nonatomic, copy, readonly) NSDictionary<CKRecordID *,NSError *> * failedRecordDeletes;
```

## See Also

### Accessing failed changes

- [failedRecordSaves](cloudkit/cksyncenginesentrecordzonechangesevent/failedrecordsaves.md)
- [CKSyncEngineFailedRecordSave](cloudkit/cksyncenginefailedrecordsave.md)
