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

Last Updated: 25 April, 2026