---
title: subscriptionIDsToDelete
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckmodifysubscriptionsoperation/subscriptionidstodelete-3534e
---

# subscriptionIDsToDelete

The IDs of the subscriptions that you want to delete.

## Declaration

```swift
var subscriptionIDsToDelete: [CKSubscription.ID]? { get set }
```

## Discussion

Discussion This property contains the IDs of the subscriptions that you want to delete. Its initial value is the array that you pass to the init(subscriptionsToSave:subscriptionIDsToDelete:) method. Modify this property as necessary before you execute the operation or submit it to a queue.

## See Also

### Configuring the Modify Subscriptions Operation

- [subscriptionsToSave](cloudkit/ckmodifysubscriptionsoperation/subscriptionstosave.md)
