remove_asset
Soft-delete an asset from a threat model to remove it while preserving its ID. Tombstones linked control-objective pairs, which orphans associated controls; use restore_asset to reverse.
Instructions
Soft-delete an asset. Creates a new version.
The asset's ID is preserved forever — never reused. Its linked
(asset × attacker) CO pairs are tombstoned, which orphans any
controls mapped to them. Use restore_asset to un-delete and
revive the tombstones (orphaned controls become active again).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | ID of the asset to soft-delete. | |
| model_id | Yes | ID of the threat model. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||