Delete very old carts in Vendr

We have a website using Vendr which has Carts (not orders) from as old as 2023.

If I write an SQL script to delete vendrOrder records, will that do cascading deletes on any related tables, or will I need to do that manually?

There are currently over 500,000 cart records.