delete Method
delete(txn) @beta
Delete this Model from the iModel using the supplied EditTxn.
delete(txn: EditTxn): void
| Parameter | Type | Description |
|---|---|---|
| txn | EditTxn |
Returns - void
delete()
Deprecated in 5.9.0 - might be removed in next major version. Use Model.delete(txn) instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.
Delete this Model from the iModel.
delete(): void
Returns - void
Defined in
- backend/src/Model.ts Line 353
Last Updated: 03 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.