---
title: NSPersistentStoreForceDestroyOption
framework: coredata
role: symbol
role_heading: Global Variable
path: coredata/nspersistentstoreforcedestroyoption
---

# NSPersistentStoreForceDestroyOption

A flag that indicates the coordinator destroys the store file even if the operation might be unsafe, overriding locks, if necessary.

## Declaration

```swift
let NSPersistentStoreForceDestroyOption: String
```

## See Also

### Constants

- [NSReadOnlyPersistentStoreOption](coredata/nsreadonlypersistentstoreoption.md)
- [NSValidateXMLStoreOption](coredata/nsvalidatexmlstoreoption.md)
- [NSPersistentStoreTimeoutOption](coredata/nspersistentstoretimeoutoption.md)
- [NSSQLitePragmasOption](coredata/nssqlitepragmasoption.md)
- [NSSQLiteAnalyzeOption](coredata/nssqliteanalyzeoption.md)
- [NSSQLiteManualVacuumOption](coredata/nssqlitemanualvacuumoption.md)
- [NSPersistentStoreFileProtectionKey](coredata/nspersistentstorefileprotectionkey.md)
