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