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