Hi,
I would like to permanently delete PipelineConfiguration entries and Attachment entries from SG. I have noticed that using sg.delete or delete action moves the items to trash? Is there any way to permanently delete items using sg api or otherwise?
Thanks.
ShotGrid is a Database so anything you “delete” is just tagged as “deleted” in the database.
I don’t know if there is any retention of this information or if its ever pruned from the DB.
I would imagine there is a system in the BG that archives or puts the files attached to such records to a lower tiered storage on the S3 bucket.
Event Logs are pruned from the DB though after the retention period that you can set in the Site Advanced Settings.
1 Like