---
title: NSPersistentStoreCoordinatorWillRemoveStoreNotification
framework: coredata
role: symbol
role_heading: Global Variable
path: coredata/nspersistentstorecoordinatorwillremovestorenotification
---

# NSPersistentStoreCoordinatorWillRemoveStoreNotification

A notification that posts before a coordinator removes a store.

## Declaration

```occ
extern NSString * const NSPersistentStoreCoordinatorWillRemoveStoreNotification;
```

## Discussion

Discussion This notification’s object is the changed store coordinator. The framework posts the notification to an internal thread. Don’t peform any asynchronous work or block the calling thread. There is no userInfo dictionary.

## See Also

### Notifications

- [NSPersistentStoreCoordinatorStoresDidChangeNotification](coredata/nspersistentstorecoordinatorstoresdidchangenotification.md)
- [NSPersistentStoreCoordinatorStoresWillChangeNotification](coredata/nspersistentstorecoordinatorstoreswillchangenotification.md)
