noun
soft delete; logical deletion
In computing, marking data as deleted without physically removing it from storage. Contrasts with 物理削除 (physical deletion).
See also: 物理削除
このシステムでは、レコードは論理削除され、後で復元できます。
In this system, records are soft-deleted and can be restored later.
物理削除 means physical deletion, where data is permanently removed from storage, unlike 論理削除 which only marks data as deleted.
Compound of 論理 (logical) and 削除 (deletion), a direct translation of the English computing term 'logical deletion'.