Changes
The deletion configuration is divided into two main categories:
===Soft Deletion===
A soft delete limit can be set, specifying the number of days beyond which records older than the CTS (Creation Timestamp) will be marked as soft-deleted. When an instance undergoes soft deletion, its delete status is updated to deleted, making it invisible within UBIK. However, the record remains in the SQL database, where it is marked as deleted for reference purposes.
===Hard Deletion===
''(Not Yet Functional)'' A hard delete limit can be configured, specifying the number of days where soft-deleted records are marked as hard-deleted and can be permanently removed from the database. While soft deletion is currently functional, hard deletion is planned for future implementation.
Example: Delete Configuration for the Progress Task MetaClass where limit is set to 30 days
delManager.ExecuteSoftDelete();
</source>
[[Category:Pages with broken file links|Auto Deletion]]