Skip to main content

Delete mode

At the moment 2 delete modes exist: Hard delete and Soft delete.

❌ Hard delete

This will delete entities from the database when requested. The end-user or administrator is not able to restore them without restoring an entire database backup.

🗑️ Soft delete (default)

This will mark entities as deleted when requested, the entities are not deleted in the database.

Enabling soft delete automatically enables the trash feature in which you can restore deleted entities.