deleteModel Method
Delete models from the iModel.
deleteModel(ids: Id64Arg): void
@throws EditTxnError if this EditTxn is not active.
@throws IModelError if deletion fails.
| Parameter | Type | Description |
|---|---|---|
| ids | Id64Arg | The Ids of the models to delete. |
Returns - void
Defined in
- backend/src/EditTxn.ts Line 491
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.