deleteSettingDictionary Method @beta
Delete a SettingDictionary from this iModel.
deleteSettingDictionary(name: string): void
@throws EditTxnError if this EditTxn is not active.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the dictionary to delete. |
Returns - void
Defined in
- backend/src/EditTxn.ts Line 631
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.