Clear out Order History on Catalog

Hello experts,
I have a client wondering if they can clear out Order History on Catalog.
They have provisioned VMs for testing purpose using Catalog but these are not relevant for production use.
Is there any way to clear out history?

Hi, there’s no API endpoint I can see to do this, so you would need to be in the database. You’d want to look at the catalog_order table and delete, all, or just the test order rows.

Hi Ollie,
I need to go the database. ok Thank you!