deleteSettingDictionary Method @beta
Deprecated Use EditTxn.deleteSettingDictionary instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.
Delete a SettingDictionary, previously added with saveSettingDictionary, from this iModel.
deleteSettingDictionary(name: string): void
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the dictionary to delete. |
Returns - void
Defined in
- backend/src/IModelDb.ts Line 2273
Last Updated: 25 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.