subscriptionIDsToDelete
The IDs of the subscriptions that you want to delete.
Declaration
var subscriptionIDsToDelete: [CKSubscription.ID]? { get set }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.