How to use trash and restore tables?
Deleting a table in v2 is soft: row data is kept and you can Restore from Trash in Custom Data models. Permanent removal is Delete permanently.
When you need this
- A table was deleted by mistake — return it to the list.
- Hide a table from the active list but keep data for rollback.
- Permanently remove a test table and all its data.
Key terms
- Tables / Trash ({count}) — toggle in Custom Data models.
- Delete table — soft delete; hint: restore from Trash.
- Restore — returns the table to the active list.
- Delete permanently — physical delete of table and all data; irreversible.
- Association fields in other tables break after delete — read warnings before deleting.
Before you start
Menu → Custom Data. Permission to delete/restore tables. You checked Used in {count} process(es) and references from other tables.
Step-by-step
Soft delete
- Open the records table or Custom Data models list.
- Click Delete table (or in editor Danger zone).
- Confirm Delete table "{name}"? — read association and process warnings.
- On success — Table deleted. Restore it from the Trash tab in the table list.
Restore
- In Custom Data models, switch to Trash.
- Find the table; Deleted column shows the date.
- Click Restore — Table restored.
- Switch back to Tables — the table is active again.
Permanent delete
- In Trash, select the table.
- Click Delete permanently.
- Confirm Permanently delete table "{name}" and all its data?
What happens next
Soft delete hides the table from the active list; rows remain in the database. Restore brings access back. Purge removes everything permanently.
How to verify
- After Restore, the table opens with previous rows.
- Trash is empty after purge.
- Processes that referenced the table are checked after restore or purge.