---
title: "initWithZoneID:"
framework: cloudkit
role: symbol
role_heading: Instance Method
path: "cloudkit/cksyncenginependingzonedelete/initwithzoneid:"
---

# initWithZoneID:

Creates a pending zone delete for the specified record zone identifier.

## Declaration

```occ
- (instancetype) initWithZoneID:(CKRecordZoneID *) zoneID;
```

## Parameters

- `zoneID`: The unique identifier of the record zone to delete.

## Return Value

Return Value An initialized pending zone delete.
