According to the docs,
When a managed table is dropped from Unity Catalog, its underlying data is deleted from your cloud tenant within 30 days.
Can I configure the retention period? Is executing DELETE FROM my_table followed by VACUUM my_table RETAIN 0 HOURS the only method to remove managed tables without retaining the data for 30 days?