Deleting specific models
From Adult Web Scripts Wiki
First find the models id:
$ cd zestoi/bin $ php zestoi.php -l -m webcams -O id,site,name --seoname Claudinne 10589|livejasmin|Claudinne
Then delete via the models id:
$ php zestoi.php -m webcams -D 10589 -y document id [10589] has been deleted from the database
Re-running the original query will now not display the model
