Удалить запись из таблицы SQLite3
DELETE FROM table
WHERE search_condition;
0isab
DELETE FROM table
WHERE search_condition;
DELETE FROM `TABLE_NAME`;