{{ page.selection.table }}Drops the table and its definition, and the profile too when this was its last table. The backend refuses to delete a table that still has rows.
{% if let Some(summary) = page.selected_table() %} {% if !summary.depends_on.is_empty() %}It links to {{ summary.depends_on|join(", ") }}.
{% endif %} {% endif %}Pick the table to delete in the admin panel first.