deleteElements Method @beta
Deprecated in 5.1.9 - will not be removed until after 2026-08-15. Use EditTxn.deleteElements instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.
Delete multiple elements from the iModel.
deleteElements(ids: Id64Array, deleteOptions?: BulkDeleteElementsArgs): BulkDeleteElementsResult
@returns A result object containing information about the deletion operation success and the element ids that failed to delete (if any).
@throws ITwinError if any of the supplied ids are not well-formed/valid Id64Strings.
| Parameter | Type | Description |
|---|---|---|
| ids | Id64Array | The ids of the elements to delete. All ids must be well-formed and valid Id64Strings. |
| deleteOptions | BulkDeleteElementsArgs | Options for the delete operation. |
Returns - BulkDeleteElementsResult
A result object containing information about the deletion operation success and the element ids that failed to delete (if any).
Defined in
- backend/src/IModelDb.ts Line 2966
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.