Delete several articles

Hi,
do I get it right that I can delete articles only one by one in the admin?

Which tables do I have to consider when I want to do it in phpMyAdmin?

Thanks

The Problem is that the articleinformation is stored in a few different tables. Only deleting the data in “oxarticles” and “oxartextend” isnt enough. There a more informations like crossselling, categories, additional acrticles etc.

if you really want to work cleanly you must delete all of this.

… additional acrticles etc

Is there a list of the tables somewhere? Hope, I don’t have to figure this out myself …

You can find the database scheme here:
http://www.oxid-esales.com/en/resources/help-faq/eshop-manual/database-scheme
Hope it helps

http://wiki.oxidforge.org/File:Oxid_ce43x_mysql_admin_nomenklatur.xls

here is an excel file with all tables

Ihr seid eh alle Deutsch, oder? :slight_smile:
Danke für die Listen, sehr hilfreich.
Hätte nur gedacht, dass ich nicht der erste mit der Fragestellung bin. Bevor ich mich jetzt an die Tabellen setze und rumknoble, hab ich die Artikel schneller einzeln von Hand gelöscht. Dachte, es gäbe zumindest irgendwo ne feritge Liste von Tabellen, die man in diesem Falle berücksichtigen muss.

Ist doch nicht ungewöhnlich, dass man Artikel löscht, oder? Wird das Problem sonst in der Praxis durch zukaufbare Schnittstellen gelöst?