My general rule of thumb is to decide whether you ...
# general
m
My general rule of thumb is to decide whether you need to know the transaction ever existed - so for example if you get an order which turns out to be fraud, deleting it would remove the knowledge of that fraud attempt - probably not a good move. But if it’s just a test transaction, then I just delete those to remove them from the system. However, any deletion process should be carefully audited.