Some instances that are practically forbidden to delete on database layer (such as Account, for instance) should be deletable for user experience (since bank accounts may disappear by the time). In this regard,
we should introduce the deleted field and decide how to treat them in API.
Some instances that are practically forbidden to delete on database layer (such as Account, for instance) should be deletable for user experience (since bank accounts may disappear by the time). In this regard, we should introduce the
deleted
field and decide how to treat them in API.