PurgeAuditData Not Working
I'm running ThingWorx 9.3.0 with a PostgreSQL persistence provider and the Audit Subsystem is enabled and capturing lots of audit data (just shy of 1M rows in under a week). I can run ExportOnlineAuditData to export the data to compressed and localized JSON and I can also run ArchiveAuditHistoryDirectPersistence although I'm not sure what to expect when it runs.
But when I run PurgeAuditData the audit log data is still in the database which I can see in Composer and by using pgAdmin to query the audit_subsystem_data table.
Why is the audit table not getting purged?

