<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKDatabase/RecordZoneChange/Deletion",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "s:So10CKDatabaseC8CloudKitE16RecordZoneChangeO8DeletionV"
  },
  "title" : "CKDatabase.RecordZoneChange.Deletion"
}
-->

# CKDatabase.RecordZoneChange.Deletion

A record zone change that represents the deletion of a record.

```
struct Deletion
```

## Topics

### Identifying the Deleted Record

[`var recordID: CKRecord.ID`](/documentation/CloudKit/CKDatabase/RecordZoneChange/Deletion/recordID)

The identifier of the deleted record.

[`var recordType: CKRecord.RecordType`](/documentation/CloudKit/CKDatabase/RecordZoneChange/Deletion/recordType)

The record type of the deleted record.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)