Delete the quote , but it will not be removed from the DB.

First of all , Thank you for creating a SuiteCRM too good .
There seems to be a problem with the Quotes module from SuiteCRM.

  1. I created a quote . And , I have to delete the quote
  2. I have to look up the aos_products_quotes table by accessing the phpmyadmin.
  3. When I checked , the items in the Quotes that was deleted was not removed in the DB.
    (When I checked , the deleted Quotes in items are still in the DB.)
  4. Is this normal ? , Or is it bug?

this is normal, I think, it does a soft delete, marking it as deleted, giving you the chance to restore it.

then there is as scheduled task that can run, I think by default at the end of the month, that will remove the deleted records